diff options
| author | Jason Maskell <Jason Maskell> | 2016-07-26 16:23:19 +0700 |
|---|---|---|
| committer | Jason Maskell <Jason Maskell> | 2016-07-26 16:23:19 +0700 |
| commit | 954383bcd9cee9f9bccd9994460042d3c6dd48d8 (patch) | |
| tree | 14d3b1afdc813a63f7614d75017d066b9b17ac28 | |
| parent | Added Packman support - now the GenerateProjects.bat uses Packman to pull dep... (diff) | |
| download | waveworks_archive-954383bcd9cee9f9bccd9994460042d3c6dd48d8.tar.xz waveworks_archive-954383bcd9cee9f9bccd9994460042d3c6dd48d8.zip | |
Re-added the VS2013 project generation
| -rw-r--r-- | GenerateProjects.bat | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/GenerateProjects.bat b/GenerateProjects.bat index 1df3d8d..c8f7744 100644 --- a/GenerateProjects.bat +++ b/GenerateProjects.bat @@ -9,11 +9,11 @@ IF NOT DEFINED PM_PACKAGES_ROOT GOTO PM_PACKAGES_ROOT_UNDEFINED REM Generate projects here -REM rmdir /s /q compiler\vc12win64-cmake\ -REM mkdir compiler\vc12win64-cmake\ -REM pushd compiler\vc12win64-cmake\ -REM cmake ..\.. -G "Visual Studio 12 2013" -Ax64 -DTARGET_BUILD_PLATFORM=Windows -DWW_OUTPUT_DIR=bin\vc12win64-cmake\ -REM popd +rmdir /s /q compiler\vc12win64-cmake\ +mkdir compiler\vc12win64-cmake\ +pushd compiler\vc12win64-cmake\ +cmake ..\.. -G "Visual Studio 12 2013" -Ax64 -DTARGET_BUILD_PLATFORM=Windows -DWW_OUTPUT_DIR=bin\vc12win64-cmake\ +popd rmdir /s /q compiler\vc14win64-cmake\ mkdir compiler\vc14win64-cmake\ |