Game Development Community

How do new code files get into the project generator again?

by Chris Calef · in Torque 3D Professional · 01/19/2015 (12:09 pm) · 3 replies

I'm sure this is explained somewhere, but could someone direct me to the thread? Never have understood where the project generator gets its information, I've poked through the php files but haven't taken time for an exhaustive study. Is there some cmakelists.txt or something I'm missing somewhere that just neatly lays out the full directory and file structure for each of the projects?

#1
01/19/2015 (1:31 pm)
Take a look in the projectGenerator/modules folder. Heaps of examples to check out ;). There is CMake too
#2
01/19/2015 (2:17 pm)
In Your Project/buildFiles/config are the config files for your own project. projectCode.conf is the most general one I think, and there are others for particular platforms/configurations.
#3
01/19/2015 (3:14 pm)
Okay cool, thanks!