Game Development Community

No DSO files anymore?

by Andy Hodges · in Torque Game Engine Advanced · 12/15/2006 (11:05 pm) · 3 replies

I just noticed that TGEA (TSE) doesn't compile the .CS files anymore? Executes directly from the script files now? Why? I need to distribute compiled versions of the script files. Am I missing something?

-Andy

#1
12/16/2006 (12:35 am)
Check TorqueConfig.h, i think for the define that handles that
#2
12/16/2006 (1:44 am)
Comment out line 147
#define TORQUE_NO_DSO_GENERATION
in core/TorqueConfig.h
#3
12/17/2006 (11:42 am)
Thanks for the help guys. Will give it a try.