[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Python modules



Hi,

On Saturday 12 December 2009, Miro Kropacek wrote:
> for one project I'm playing with I need to compile scons for mint
> platform. The trouble is it doesn't use classic configure/make duo,
> neither C/C++ as source language -- it needs python.

If the project isn't very complicated, writing your own Makefiles
(using GNU Make wildcard, pattern replacement and suffix rules)
for it might be faster.  Then it will compile faster too. :-)


	- Eero