GCC Question
by James Urquhart · in Torque Game Engine · 06/24/2002 (8:52 pm) · 5 replies
About the author
#2
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
06/29/2002 (7:25 pm)
you could either use a #ifdef preprocessor directive oryou 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
I'm not sure if Rick got the tools compiling.
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.
Torque Owner John Quigley