- S'inclou el que fa falta pa ficar el iconet al compilar en windows_release
This commit is contained in:
1
Makefile
1
Makefile
@@ -3,6 +3,7 @@ source = source/*.cpp
|
||||
|
||||
windows:
|
||||
@echo off
|
||||
windres icon.rc -O coff icon.res
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user