summaryrefslogtreecommitdiff
path: root/src/mesh/assimp-master/tools/make/make_all_win32_x64.bat
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesh/assimp-master/tools/make/make_all_win32_x64.bat')
-rw-r--r--src/mesh/assimp-master/tools/make/make_all_win32_x64.bat18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/mesh/assimp-master/tools/make/make_all_win32_x64.bat b/src/mesh/assimp-master/tools/make/make_all_win32_x64.bat
deleted file mode 100644
index 4a1e663..0000000
--- a/src/mesh/assimp-master/tools/make/make_all_win32_x64.bat
+++ /dev/null
@@ -1,18 +0,0 @@
-rem @echo off
-setlocal
-call build_env_win32.bat
-
-set BUILD_CONFIG=release
-set PLATFORM_CONFIG=x64
-set MAX_CPU_CONFIG=4
-
-set CONFIG_PARAMETER=/p:Configuration="%BUILD_CONFIG%"
-set PLATFORM_PARAMETER=/p:Platform="%PLATFORM_CONFIG%"
-set CPU_PARAMETER=/maxcpucount:%MAX_CPU_CONFIG%
-set PLATFORM_TOOLSET=/p:PlatformToolset=%PLATFORM_VER%
-
-pushd ..\..\
-cmake CMakeLists.txt -G "Visual Studio 15 2017 Win64"
-%MSBUILD% assimp.sln %CONFIG_PARAMETER% %PLATFORM_PARAMETER% %CPU_PARAMETER% %PLATFORM_TOOLSET%
-popd
-endlocal