File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ IF(WIN32)
201201
202202
203203#下载编译用dlls zip包
204- set (DLLPACK_VERSION "190421 " )
204+ set (DLLPACK_VERSION "190731 " )
205205set (DLLPACK_NAME "dlls" )
206206set (DLLPACK_DIR "${CMAKE_CURRENT_BINARY_DIR} \\ ${DLLPACK_NAME} " )
207207set (DLLPACK_URL "https://github.com/phorcys/Taiwu_mods/releases/download/dll${DLLPACK_VERSION} /dlls-${DLLPACK_VERSION} .zip" )
Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ call "%_VSCOMNTOOLS%\VsDevCmd.bat" > nul
1919:RunVCVars
2020if " %VisualStudioVersion% " == " 16.0" (
2121 echo Visual Studio 2019
22- cmake .. -G " Visual Studio 16 2019" -D STEAMDIR =%STEAMDIR%
22+ cmake .. -G " Visual Studio 16 2019" -DSTEAMDIR =%STEAMDIR%
2323) else if " %VisualStudioVersion% " == " 15.0" (
2424 echo Visual Studio 2017
25- cmake .. -G " Visual Studio 15 2017" -D STEAMDIR =%STEAMDIR%
25+ cmake .. -G " Visual Studio 15 2017" -DSTEAMDIR =%STEAMDIR%
2626) else (
2727:MissingVersion
2828 echo " cannot find Visual Studio 2017 or later version"
You can’t perform that action at this time.
0 commit comments