Hi Payton, > I've looked at a couple of "IDEs" but nothing really fits for programming in > C. So, I've decided to go with a text editor such as Crimson Editor which > supports kicking off a compiler and capturing output. I was thinking that > the best route may be to simply include a MAKEFILE for everything and just > have the text editor run MAKE for building the project. Would this be the > recommendation of those in this group? I presume there are at least as many viable options as members in this group ;-) However my preferred setup is: - Microsoft Visual C++ 2008 Express Edition (it's free) - Cgywin 1.7 Most cc65 coding I write is supposed to compile with other C compilers / run on other platforms too. So MS VC++ gives me beside a very capable C program editor the option to check if my code compiles with the VC++ compiler. Cygwin on the other hand gives me beside GNU make and the "core utils" called from typical Makefiles the option to check if my code compiles with GCC. > If so, would anybody like to share a really good example of a MAKEFILE for > doing CC65 development for the 64/128? I have a fairly ambitious project in > mind that I want to target both environments. Maybe you want to check out the cc65 documentation. I contributed a section on this very topic: http://www.cc65.org/doc/make.html Here are my thoughts regarding building on Windows: http://www.cc65.org/doc/make-3.html#ss3.3 Regards, Oliver ---------------------------------------------------------------------- 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 11:19:52 2010
This archive was generated by hypermail 2.1.8 : 2010-04-10 11:19:55 CEST