Skip to content

Commit aec1cfc

Browse files
committed
chore(*): 更新编译用 DLL 包
1 parent 53e23e0 commit aec1cfc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ IF(WIN32)
201201

202202

203203
#下载编译用dlls zip包
204-
set(DLLPACK_VERSION "190421")
204+
set(DLLPACK_VERSION "190731")
205205
set(DLLPACK_NAME "dlls")
206206
set(DLLPACK_DIR "${CMAKE_CURRENT_BINARY_DIR}\\${DLLPACK_NAME}")
207207
set(DLLPACK_URL "https://github.com/phorcys/Taiwu_mods/releases/download/dll${DLLPACK_VERSION}/dlls-${DLLPACK_VERSION}.zip")

genvsproj.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ call "%_VSCOMNTOOLS%\VsDevCmd.bat" > nul
1919
:RunVCVars
2020
if "%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"

0 commit comments

Comments
 (0)