Update build32xp.bat

This commit is contained in:
恍兮惚兮 2024-02-11 21:11:12 +08:00
parent 533e0c8809
commit dee56c4dba

View File

@ -64,7 +64,6 @@ goto :main
set target_arch=%host_arch%
)
call :activate_msvc "%target_arch%" || goto :eof
msbuild C:\Users\wcy\Documents\GitHub\LunaHook\build\x86_xp\LunaHook.sln -p:Configuration=Release
msbuild C:\Users\wcy\Documents\GitHub\LunaHook\build\x86_zh_xp\LunaHook.sln -p:Configuration=Release
rem C:\Users\wcy\Documents\GitHub\LunaHook\build\x86\LunaHook.sln
msbuild ..\build\x86_xp\LunaHook.sln -p:Configuration=Release
msbuild ..\build\x86_zh_xp\LunaHook.sln -p:Configuration=Release
goto :eof