[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No VM02 at KFest?



On Jul 24, 11:16 am, DaveSchmenk <dschm...@gmail.com> wrote:
> On Jul 24, 3:16 am, ol...@web.de (Oliver Schmidt) wrote:
>
> > Hi,
>
> > >> And since it's Java it runs everywhere... Getting a GNU compatible
> > >> make on Windows used to be a PITA - might well still be for all I know
> > >MinGW and Cygwin?
>
> > Check out the links at the bottom of:http://www.cc65.org/snapshot-doc/make-3.html#ss3.3
>
> > It's a native Win32 port of GNU make running (at least simple)
> > Makefile nicely from and with cmd.exe.
>
> > At least from my perspective a _WAY_ easier approach than Ant...
>
> > Regards,
> > Oliver
>
> I should break up the makefile for VM02 into sub-project makefiles.
> Does ant allow recursive (or sub-project) calling of build files?  My
> build file is just one step up from a batch file that compiles/
> assembles links and copies the result.  Really a pain to maintain.

The relative "ease" of a make system is definitely in the eye of the
beholder. ;-)  Ant does allow sub-project building.  I could volunteer
to help with that, if you'd like.