mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-14 22:50:45 +00:00
- added cnew make batch file for vs2019
This commit is contained in:
parent
90d329c78b
commit
6840b3a13e
1 changed files with 6 additions and 0 deletions
6
neo/cmake-vs2019-64bit-no-ffmpeg.bat
Normal file
6
neo/cmake-vs2019-64bit-no-ffmpeg.bat
Normal file
|
@ -0,0 +1,6 @@
|
|||
cd ..
|
||||
del /s /q build
|
||||
mkdir build
|
||||
cd build
|
||||
cmake -G "Visual Studio 16" -A x64 -DFFMPEG=OFF -DBINKDEC=ON ../neo
|
||||
pause
|
Loading…
Reference in a new issue