diff options
author | Julien Templier | 2010-11-23 11:22:31 +0000 |
---|---|---|
committer | Julien Templier | 2010-11-23 11:22:31 +0000 |
commit | 3cb5c64477845e5306d75f394692b2e57267ffb8 (patch) | |
tree | b88b096297ea2790ab7b98ff4d69b54e8fa7d8b9 /dists/msvc10 | |
parent | 569ad6caba1287810ff09b76133a0dae675da1f9 (diff) | |
download | scummvm-rg350-3cb5c64477845e5306d75f394692b2e57267ffb8.tar.gz scummvm-rg350-3cb5c64477845e5306d75f394692b2e57267ffb8.tar.bz2 scummvm-rg350-3cb5c64477845e5306d75f394692b2e57267ffb8.zip |
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
Diffstat (limited to 'dists/msvc10')
-rw-r--r-- | dists/msvc10/create_msvc10.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dists/msvc10/create_msvc10.bat b/dists/msvc10/create_msvc10.bat index 1d3e146d52..f915d5d366 100644 --- a/dists/msvc10/create_msvc10.bat +++ b/dists/msvc10/create_msvc10.bat @@ -50,7 +50,7 @@ goto done echo. echo Creating project files with all engines enabled (stable and unstable) echo. -create_project ..\.. --enable-all-engines --msvc --msvc-version 10 +create_project ..\.. --enable-all-engines --msvc --msvc-version 10 --build-events goto done :stable |