windows build helpers
This commit is contained in:
6
misc/msys2/build.bat
Normal file
6
misc/msys2/build.bat
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
set PATH=%PATH%;C:\msys64\usr\bin
|
||||||
|
|
||||||
|
@REM pacman -S gcc cmake
|
||||||
|
|
||||||
|
cmake ..
|
||||||
|
make
|
||||||
3
misc/msys2/keycode_test.bat
Normal file
3
misc/msys2/keycode_test.bat
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
set PATH=%PATH%;C:\msys64\usr\bin
|
||||||
|
|
||||||
|
keycode_test.exe
|
||||||
6
misc/msys2_mingw/build.bat
Normal file
6
misc/msys2_mingw/build.bat
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
set PATH=%PATH%;C:\msys64\mingw64\bin
|
||||||
|
|
||||||
|
@REM pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-cmake
|
||||||
|
|
||||||
|
cmake ..
|
||||||
|
ninja
|
||||||
Reference in New Issue
Block a user