Compile tools with mingw?
by SeanT · in Torque Game Engine · 11/26/2003 (8:49 am) · 4 replies
Could someone post a quick "how-to" compile the tools using mingw and gcc3? Thanks!
by SeanT · in Torque Game Engine · 11/26/2003 (8:49 am) · 4 replies
Torque Owner Ben Swanson
make clean
make
or change BUILD=DEBUG to BUILD=RELEASE if you want a release build... hope this helps.