- [NEW] Afegit icono al executable de Windows

This commit is contained in:
2024-10-11 12:46:04 +02:00
parent 2634cc1b2c
commit 59ec0542a1
2 changed files with 1 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ source = source/*.cpp
windows: windows:
@echo off @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" strip -s -R .comment -R .gnu.version --strip-unneeded "$(executable).exe"
windows_debug: windows_debug:

BIN
bin/icon.res Normal file

Binary file not shown.