- Icon added to Windows compilation

This commit is contained in:
2023-01-20 19:13:55 +01:00
parent 3ac16958b9
commit ff1ca6279d
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ source = *.cpp ./lua/*.c
windows:
@echo off
g++ $(source) -Wall -Os -ffunction-sections -fdata-sections -Wl,--gc-sections -lmingw32 -lSDL2main -lSDL2 -lSDL2_mixer -mwindows -o "$(executable).exe"
g++ $(source) icon.res -Wall -Os -ffunction-sections -fdata-sections -Wl,--gc-sections -lmingw32 -lSDL2main -lSDL2 -lSDL2_mixer -mwindows -o "$(executable).exe"
strip -s -R .comment -R .gnu.version --strip-unneeded "$(executable).exe"
windows_debug:

BIN
icon.res Normal file

Binary file not shown.