Game Development Community


#1
06/24/2002 (8:52 pm)
Probably no one has tried it. Why not just build it directly under windows?
#2
06/29/2002 (7:25 pm)
you could either use a #ifdef preprocessor directive or

you could simply provide some bat files in your path to do the jobs of those commands:

rm -r:
del %1

rm -rf:
rmdir /Q /S %1

save those to the respectively named command.bat
#3
06/30/2002 (10:10 am)
I'd like to try the ming compile myself...What version of MinGW are you using and where did you download it from?
#4
06/30/2002 (11:39 am)
Did you use the "make" that came with that mingw package, or some other make?

I'm not sure if Rick got the tools compiling.
#5
06/30/2002 (11:42 am)
Thats weird. I tried that same version and it barfed because it did not like the double quotes in the makefiles. I must have screwed something up...I'll take another look at it.