LunaHook-mirror/scripts/build32xp.bat

3 lines
154 B
Batchfile
Raw Normal View History

2024-02-07 20:59:24 +08:00
cmake ../CMakeLists.txt -G "Visual Studio 15 2017" -A win32 -T v141_xp -B ../build/xp
cmake --build ../build/xp --config Release --target ALL_BUILD -j 14