jhgameboy / ironclad

Automatically exported from code.google.com/p/ironclad
Other
0 stars 0 forks source link

Makefiles are win32-specific #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
1) I'll probably have to just bite the bullet and install cygwin, just so I can 
use rm instead of del 
(which appears to insist on using \ as pathsep).

2) To build out of the box on Mac OS X 10.4, we need to use ugly conditionals 
(compatible with 
make <3.8)

Original issue reported on code.google.com by fwere...@gmail.com on 3 Feb 2009 at 8:23

GoogleCodeExporter commented 9 years ago
We're now using scons, which will hopefully cause less pain overall.

Original comment by fwere...@gmail.com on 22 Oct 2009 at 4:06