Re: [cc65] Best method for building projects

From: Kevin Schuetz <scrapdog1runbox.com>
Date: 2010-04-10 06:36:50
On 4/9/2010 10:57 PM, Payton Byrd wrote:
> I'm looking to get back into things a bit and wanted to set up a 
> development environment under windows 7.  I've installed GNU Make into 
> my cc65 bin directory so everything is there.

If you are on Windows, MinGW + MSYS will help you a lot.  In fact, I'd 
recommend against putting GNU Make into the CC65 bin directory, as MSYS 
includes make.

http://www.mingw.org/wiki/MSYS

Just install MSYS and add the relevant bin directories to your path 
variable (for example, mine includes "... 
;e:\programs\mingw-64\bin;e:\programs\mingw\bin;e:\programs\msys\1.0\bin; ...")

This will make it much easier to make more portable makefiles, since it 
provides a lot of the tools available in Unix and bash.

----------------------------------------------------------------------
To unsubscribe from the list send mail to majordomo@musoftware.de with
the string "unsubscribe cc65" in the body(!) of the mail.
Received on Sat Apr 10 06:37:10 2010

This archive was generated by hypermail 2.1.8 : 2010-04-10 06:37:12 CEST