summaryrefslogtreecommitdiff
path: root/src/mesh/assimp-master/tools/make/make_all_win32_x64.bat
diff options
context:
space:
mode:
authorsanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
committersanine <sanine.not@pm.me>2022-04-16 11:55:54 -0500
commit8fb7916a0d0cb007a4c3a4e6a31af58765268ca3 (patch)
tree52b5524a94a5b04e17a1fd7f8aca988ab6d0c75f /src/mesh/assimp-master/tools/make/make_all_win32_x64.bat
parentdb81b925d776103326128bf629cbdda576a223e7 (diff)
delete src/mesh/assimp-master
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