scummvm/dists/msvc10
Julien Templier 3cb5c64477 TOOLS: Move MSBuild and Visual Studio project providers to separate files
- Add option --build-events to run custom pre/post build events as part
   of the build (defaults to false and VS2010 only ATM)
 - Only run build events as part of VS2010 build with all engines enabled
   (ie. dev build)

svn-id: r54424
2010-11-23 11:22:31 +00:00
..
create_msvc10.bat TOOLS: Move MSBuild and Visual Studio project providers to separate files 2010-11-23 11:22:31 +00:00
readme.txt TOOLS: Update batch files for new create_project tool 2010-11-10 03:44:50 +00:00

The Visual Studio project files can now be created automatically from the GCC
files using the create_project tool inside the /tools/create_project folder.

To create the default project files, build create_project.exe, copy it inside
this folder and run the create_msvc10.bat file for a default build. You can run
create_project.exe with no parameters to check the possible command-line options