diff --git a/Makefile b/Makefile index 89dcaffa..731c6155 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ linuxRelease = $(executable)-$(version)-linux.tar.gz windows: @echo off + windres release/coffee.rc -O coff -o $(resource_file) g++ $(source) $(resource_file) -std=c++11 -Wall -Os -lmingw32 -lws2_32 -lSDL2main -lSDL2 -ffunction-sections -fdata-sections -Wl,--gc-sections -static-libstdc++ -Wl,-subsystem,windows -o "$(executable).exe" strip -s -R .comment -R .gnu.version "$(executable).exe" --strip-unneeded diff --git a/release/coffee.res b/release/coffee.res index 1a1aabc6..79c4c92c 100644 Binary files a/release/coffee.res and b/release/coffee.res differ diff --git a/release/icon.ico b/release/icon.ico index a16c1039..20063467 100644 Binary files a/release/icon.ico and b/release/icon.ico differ