From c68adc95fb948b939ecd782981d045ee340cfce6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AB=8F=E8=A8=AA=E5=AD=90?= Date: Sun, 3 May 2026 20:34:18 +0900 Subject: [PATCH] . --- .gitignore | 1 + make-mingw.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4437c0f..4f634e6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .svn hexagon hexagon.exe +hexagon-* diff --git a/make-mingw.sh b/make-mingw.sh index c8c0fae..cc43c45 100644 --- a/make-mingw.sh +++ b/make-mingw.sh @@ -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