From b6792efbff919d9938d50c4a210f8533e875e223 Mon Sep 17 00:00:00 2001 From: neodiX Date: Mon, 11 Dec 2023 02:02:23 +0100 Subject: [PATCH] add github windows build auxiliary file --- assembly/native/build-windows-github.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 assembly/native/build-windows-github.bat diff --git a/assembly/native/build-windows-github.bat b/assembly/native/build-windows-github.bat new file mode 100644 index 000000000..926c27a93 --- /dev/null +++ b/assembly/native/build-windows-github.bat @@ -0,0 +1,2 @@ +call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat" +call build-windows.bat \ No newline at end of file