Project Generator may now automatically copy files needed for a module
into the project's directory. Use the new copyFileToProject() function
in the module .inc file. The following modules have been set up for
this:
- FMod
- Leap Motion
- PhysX
- Razer Hydra
These modules have been set up to copy both release and debug files as
appropriate. When releasing your game you'll likely want to not include
any debug files.
Updated Project Generator to allow adding different Release/Debug libraries.
Also added ability to specify libraries for Ignore Default Libraries field.
Only Visual Studio templates have been updated.
The FMOD include files are now assumed to be located outside of the
Torque 3D directory structure. See
Tools/projectGenerator/modules/fmod.inc for the various methods to tell
the Project Generator how to find FMOD. If FMOD is installed in its
default location then nothing special is required.