This commit is contained in:
2026-09-06 00:41:02 +08:00
parent f0ac1c220b
commit 4f7667a3b4
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -17,8 +17,8 @@ cl /nologo /std:c++17 /utf-8 /O1 /GL /EHsc /MT /W3 /D_CRT_SECURE_NO_WARNINGS /D_
/link /SUBSYSTEM:WINDOWS /LTCG /OPT:REF /OPT:ICF ^ /link /SUBSYSTEM:WINDOWS /LTCG /OPT:REF /OPT:ICF ^
user32.lib gdi32.lib comdlg32.lib ws2_32.lib shell32.lib ole32.lib ^ user32.lib gdi32.lib comdlg32.lib ws2_32.lib shell32.lib ole32.lib ^
/OUT:"%OUT_DIR%\SpineParticleConnector.exe" /OUT:"%OUT_DIR%\SpineParticleConnector.exe"
del /q "%SRC_DIR%\*.obj" >nul 2>&1
set "RC=%ERRORLEVEL%" set "RC=%ERRORLEVEL%"
del /q "%SRC_DIR%\*.obj" >nul 2>&1
popd popd
if "%RC%"=="0" ( if "%RC%"=="0" (