forked from GarageGames/Torque3D
-
Notifications
You must be signed in to change notification settings - Fork 0
Compiling Torque 3D on Windows
DavidWyand-GG edited this page Jan 7, 2013
·
1 revision
If this is the first time you will compile Torque 3D, or if you have added or removed any files to either the standard Torque 3D Engine/source directory or your project's source directory, you will need to run your project's generateProjects.bat file. This will rebuild your project's solution and project files. Now follow these steps to compile Torque 3D:
- Navigate to your project's buildFiles/VisualStudio 2010 directory (or the 2008 directory if that is the version of Visual Studio you are using).
- Double click on your project's .sln file. This will open Visual Studio.
- When Visual Studio has fully loaded, press
F7
to start compiling your project.