From da778a1dc34bcef9caa262383c508aebb284a068 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 21 Oct 2007 01:19:53 +0200 Subject: [PATCH] - support for different eithne.exe target --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a9eb964..36963b4 100644 --- a/Makefile +++ b/Makefile @@ -74,12 +74,14 @@ RESOURCES = \ RESFILES = $(addprefix resources/,$(RESOURCES)) RESCMD = $(addprefix -resource:,$(RESFILES)) +EITHNETARGET = winexe + all: eithne.exe +make -C Plugins +make -C locale eithne.exe: IPlugin.dll gdk-cairo.dll $(EITHNE) $(RESFILES) - $(MCS) $(EITHNE) -out:eithne.exe -r:IPlugin -pkg:gtk-sharp-2.0 -pkg:glade-sharp-2.0 -r:Mono.Cairo -r:gdk-cairo -r:Mono.Posix $(RESCMD) -win32icon:resources/pixmaps/icon.ico -debug -target:winexe + $(MCS) $(EITHNE) -out:eithne.exe -r:IPlugin -pkg:gtk-sharp-2.0 -pkg:glade-sharp-2.0 -r:Mono.Cairo -r:gdk-cairo -r:Mono.Posix $(RESCMD) -win32icon:resources/pixmaps/icon.ico -debug -target:$(EITHNETARGET) IPlugin.dll: IPlugin/*.cs +make -C IPlugin -- 2.11.4.GIT