From mint-bounce@lists.fishpool.fi  Sat Dec 12 06:56:30 2009
X-Virus-Scanned: Debian amavisd-new at pp.htv.fi
From: Eero Tamminen <oak@helsinkinet.fi>
Organization: Koti
To: mint@lists.fishpool.fi
Subject: Re: [MiNT] Python modules
Date: Sat, 12 Dec 2009 13:54:01 +0200
User-Agent: KMail/1.9.9
Cc: Miro Kropacek <miro.kropacek@gmail.com>,
        "[MiNT] Mailing-List" <mint@fishpool.com>
References: <c6533ef60912111536j22a6fa09j6e2426b3ecd9767b@mail.gmail.com>
In-Reply-To: <c6533ef60912111536j22a6fa09j6e2426b3ecd9767b@mail.gmail.com>
MIME-Version: 1.0
Content-Type: text/plain;
  charset="utf-8"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
Message-Id: <200912121354.01908.oak@helsinkinet.fi>
X-ecartis-version: Ecartis v1.0.0
Sender: mint-bounce@lists.fishpool.fi
Errors-to: mint-bounce@lists.fishpool.fi
X-original-sender: oak@helsinkinet.fi
Precedence: bulk
List-help: <mailto:ecartis@lists.fishpool.fi?Subject=help>
List-unsubscribe: <mailto:mint-request@lists.fishpool.fi?Subject=unsubscribe>
List-Id: <mint.lists.fishpool.fi>
X-List-ID: <mint.lists.fishpool.fi>
List-subscribe: <mailto:mint-request@lists.fishpool.fi?Subject=subscribe>
List-owner: <mailto:tjhukkan@fishpool.fi>
List-post: <mailto:mint@lists.fishpool.fi>

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


