3 lines
153 B
Batchfile
Raw Normal View History

2024-01-08 23:37:00 +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