From 5a4d2414ae2ae1c3bcb70b1c7febd1423a19077f Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 5 Aug 2009 15:12:20 +0000 Subject: Split manifest file in a debug and a release version. --- makefile.after | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'makefile.after') diff --git a/makefile.after b/makefile.after index 49797e51c..d024b3456 100644 --- a/makefile.after +++ b/makefile.after @@ -3,7 +3,11 @@ OBJS:=$(OBJS:%.cc=$(OBJDIR)$/%$(OBJEXT)) RESOBJS:=$(RESOURCES:%.rc=$(OBJDIR)$/%.res) +ifeq ($(DEBUG),1) +MANIFESTFILE:=$(MHMAKECONF)\runtime.debug.manifest +else MANIFESTFILE:=$(MHMAKECONF)\runtime.manifest +endif ifdef SUBDIRS load_makefile $(SUBDIRS:%=%\makefile MAKESERVER=$(MAKESERVER) DEBUG=$(DEBUG);) -- cgit v1.2.3