From 618d109a4985e17d71f534bdd760ac25b4e1219e Mon Sep 17 00:00:00 2001 From: Chris Forbes Date: Wed, 16 Feb 2011 16:56:51 +1300 Subject: [PATCH] embed the correct icon for the editor --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 80c1f6a3c4..5506dfafdc 100644 --- a/Makefile +++ b/Makefile @@ -108,6 +108,8 @@ editor_KIND = winexe editor_DEPS = $(fileformats_TARGET) $(game_TARGET) editor_LIBS = $(COMMON_LIBS) System.Windows.Forms.dll System.Data.dll $(editor_DEPS) editor_EXTRA = -resource:OpenRA.Editor.Form1.resources -resource:OpenRA.Editor.MapSelect.resources +editor_FLAGS = -win32icon:OpenRA.Editor/OpenRA.Editor.Icon.ico + PROGRAMS += editor OpenRA.Editor.MapSelect.resources: resgen2 OpenRA.Editor/MapSelect.resx OpenRA.Editor.MapSelect.resources 1> /dev/null