mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-16 15:41:16 +00:00
Win10 solutions are likely needed to be used if you don't want to depend on the DXSDK same as 2015.
6 lines
No EOL
147 B
Batchfile
6 lines
No EOL
147 B
Batchfile
cd ..
|
|
del /s /q build
|
|
mkdir build
|
|
cd build
|
|
cmake -G "Visual Studio 15 Win64" -DCMAKE_INSTALL_PREFIX=../bin/windows10-64 -DWINDOWS10=ON ../neo
|
|
pause |