ミラー

This commit is contained in:
2025-12-28 05:21:34 +09:00
commit 4442ef77d3
10 changed files with 1132 additions and 0 deletions

5
make-mingw.sh Normal file
View 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