.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,3 +1,4 @@
|
||||
.svn
|
||||
hexagon
|
||||
hexagon.exe
|
||||
hexagon-*
|
||||
|
||||
@@ -2,4 +2,4 @@
|
||||
|
||||
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
|
||||
-lstdc++ -mwindows -s
|
||||
|
||||
Reference in New Issue
Block a user