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 ++++ runtime.debug.manifest | 15 +++++++++++++++ runtime.manifest | 7 +------ 3 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 runtime.debug.manifest 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);) diff --git a/runtime.debug.manifest b/runtime.debug.manifest new file mode 100644 index 000000000..dcc64c2a3 --- /dev/null +++ b/runtime.debug.manifest @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/runtime.manifest b/runtime.manifest index 42c594257..e1888927c 100644 --- a/runtime.manifest +++ b/runtime.manifest @@ -9,12 +9,7 @@ - - - - - - + -- cgit v1.2.3