Remove windows icon from OpenRA.Game.exe.

This commit is contained in:
Paul Chote
2017-03-12 20:17:48 +00:00
parent a853d431fc
commit 35249c1faf
2 changed files with 0 additions and 5 deletions

View File

@@ -102,7 +102,6 @@ game_SRCS := $(shell find OpenRA.Game/ -iname '*.cs')
game_TARGET = OpenRA.Game.exe
game_KIND = winexe
game_LIBS = $(COMMON_LIBS) $(game_DEPS) thirdparty/download/SharpFont.dll thirdparty/download/Open.Nat.dll
game_FLAGS = -win32icon:OpenRA.Game/OpenRA.ico
PROGRAMS += game
game: $(game_TARGET)