On Sun, 12 May 2002, Egon Willighagen wrote: > And the same for gcj? Is there an easy way to port a Ant based compilation > to some Makefile like stuff for compiling with gcj? Is there a good tutorial > on it somewhere?
I've got a makefile based build system, that supports jdk-like jvms(kaffe, sun, blackdown, ibm), and gcj(which has a different cmdline format). This build system can also treat .java files the same was as .c and .c++, which means making java libraries, and java programs. Normally, it just treats .java as normal, and compiles to .class. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]