mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-04-24 18:50:20 +00:00
6 lines
No EOL
117 B
Batchfile
6 lines
No EOL
117 B
Batchfile
cd ..
|
|
del /s /q build
|
|
mkdir build
|
|
cd build
|
|
cmake -G "Visual Studio 17" -A x64 -DFFMPEG=OFF -DBINKDEC=ON ../neo
|
|
pause |