Game Development Community

Recompilation Question

by Josiah Wang · in Torque Game Engine · 12/30/2003 (3:10 pm) · 5 replies

Newbie question:

If I wanted to recompile torque with added code snippets, do I just compile it the same way I did before? And after that, what about all my work before I recompiled it?

#1
01/04/2004 (11:44 am)
**bump**
#2
01/04/2004 (11:46 am)
Of course.

"What about all my work before I recompiled it"?
#3
01/04/2004 (11:55 am)
O_O you're a mind reader, aren't you?? =P jk

so I recompile it with Msys the same way i compiled it the first time, and all i need to do is copy the executable into my working directory? (I compiled it into C:\Torque, but my working directory is elsewhere)

thanks!
#4
01/04/2004 (1:10 pm)
Yes, that's right.
#5
01/04/2004 (1:17 pm)
Well depends, did you add new files? if so, you would need to modify the engine/targets.torque.mk file