aboutsummaryrefslogtreecommitdiff
path: root/NvCloth/samples/external/assimp-4.1.0/CmakeGenerateProjects.bat
diff options
context:
space:
mode:
Diffstat (limited to 'NvCloth/samples/external/assimp-4.1.0/CmakeGenerateProjects.bat')
-rw-r--r--NvCloth/samples/external/assimp-4.1.0/CmakeGenerateProjects.bat25
1 files changed, 0 insertions, 25 deletions
diff --git a/NvCloth/samples/external/assimp-4.1.0/CmakeGenerateProjects.bat b/NvCloth/samples/external/assimp-4.1.0/CmakeGenerateProjects.bat
deleted file mode 100644
index 1d77af4..0000000
--- a/NvCloth/samples/external/assimp-4.1.0/CmakeGenerateProjects.bat
+++ /dev/null
@@ -1,25 +0,0 @@
-CD /D %~dp0
-echo "Note: You need to run this with admin rights for the first time to set GW_DEPS_ROOT globally."
-call "../../../scripts/locate_gw_root.bat" GW_DEPS_ROOT_F
-@echo on
-setx GW_DEPS_ROOT "%GW_DEPS_ROOT_F%
-echo GW_DEPS_ROOT = %GW_DEPS_ROOT%
-call "../../../scripts/locate_cmake.bat" CMAKE_PATH_F
-echo CMAKE_PATH_F = %CMAKE_PATH_F%
-
-
-SET PATH=%PATH%;"%CMAKE_PATH_F%"
-
-rmdir /s /q compiler\vc14win64-cmake\
-mkdir compiler\vc14win64-cmake\
-pushd compiler\vc14win64-cmake\
-cmake ..\.. -G "Visual Studio 14 2015" -Ax64
-popd
-
-rmdir /s /q compiler\vc14win32-cmake\
-mkdir compiler\vc14win32-cmake\
-pushd compiler\vc14win32-cmake\
-cmake ..\.. -G "Visual Studio 14 2015" -AWin32
-popd
-
-pause