diff --git a/Makefile b/Makefile index edc5c90..f87cac0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ source = source/*.cpp windows: @echo off - g++ $(source) icon.res -lmingw32 -lSDL2main -lSDL2 -mwindows -o "$(executable).exe" + g++ $(source) bin/icon.res -lmingw32 -lSDL2main -lSDL2 -mwindows -o "$(executable).exe" strip -s -R .comment -R .gnu.version --strip-unneeded "$(executable).exe" windows_debug: diff --git a/bin/icon.res b/bin/icon.res new file mode 100644 index 0000000..a589312 Binary files /dev/null and b/bin/icon.res differ