ミラー
This commit is contained in:
5
make-mingw.sh
Normal file
5
make-mingw.sh
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
g++ -O3 -o hexagon.exe -I/mingw64/include -L/mingw64/lib main.cc src/*.cc\
|
||||
-std=c++17 -static -lpdcurses -lgdi32 -lcomdlg32 -lwinmm -luser32 -lwinpthread\
|
||||
-lstdc++ -mwindows
|
||||
Reference in New Issue
Block a user