mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 23:21:35 +00:00
6 lines
No EOL
152 B
Batchfile
6 lines
No EOL
152 B
Batchfile
cd ..
|
|
del /s /q build
|
|
mkdir build
|
|
cd build
|
|
cmake -G "Visual Studio 15 Win64" -DWINDOWS10=ON -DUSE_VULKAN=ON -DSPIRV_SHADERC=OFF -DFFMPEG=ON ../neo
|
|
pause |