From: Brian Bagnall (bbagnall_at_mts.net)
Date: 2003-01-08 21:23:53
I've got a tip and a question. Is anyone is using Eclipse (www.eclipse.org) as an IDE for cc65? I've been playing with it and it seems to be pretty good overall for setting up projects for cc65. It even handles makefiles, which should be helpful when compiling larger, multi-resource C projects. It also handles CVS, so it would work well if someone wanted to host a big c64 group project on Sourceforge or some other open source site. Now my question. With cc65, once it produces a binary executable you want to run it using an emulator, such as Vice. The binary has no extension, and uses the name of the source file. e.g. hello.c produces a binary called hello. When setting up a tool in an IDE, is there a way to get rid of the .c extension, maybe with a batch file? Most IDE's, such as Eclipse, have the filename variable but it always includes that darn .c extension too. Brian Bagnall --------------------------------------------- My homepage http://www.mts.net/~bbagnall ---------------------------------------------------------------------- To unsubscribe from the list send mail to majordomo_at_musoftware.de with the string "unsubscribe cc65" in the body(!) of the mail.
This archive was generated by hypermail 2.1.3 : 2003-01-08 21:24:14 CET