From 6840b3a13ea62c87e5adb93c0b04b49e24b36707 Mon Sep 17 00:00:00 2001 From: HarrievG Date: Tue, 21 Jun 2022 00:44:01 +0200 Subject: [PATCH] - added cnew make batch file for vs2019 --- neo/cmake-vs2019-64bit-no-ffmpeg.bat | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 neo/cmake-vs2019-64bit-no-ffmpeg.bat diff --git a/neo/cmake-vs2019-64bit-no-ffmpeg.bat b/neo/cmake-vs2019-64bit-no-ffmpeg.bat new file mode 100644 index 00000000..b25855f3 --- /dev/null +++ b/neo/cmake-vs2019-64bit-no-ffmpeg.bat @@ -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 \ No newline at end of file