From 5bda4b6582522d21b15d62c5c76c71104e924cbc Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 30 Oct 2012 15:11:32 +0100 Subject: Now create a seperate installer for the debug exe and dlls --- makefile.before | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile.before') diff --git a/makefile.before b/makefile.before index cdf91594a..c30c8eefd 100644 --- a/makefile.before +++ b/makefile.before @@ -47,6 +47,7 @@ CCFLAGS += -MDd -RTCc -RTC1 -Od -GS -GR -Zi LINKFLAGS += /DEBUG OBJDIR ?= obj\$(OBJDIRPREFIX)debug NOSERVOBJDIR ?= obj\debug +SERVOBJDIR ?= obj\servdebug DEFINES += _DEBUG DEBUG RCFLAGS += -d "_DEBUG" else @@ -55,6 +56,7 @@ DEFINES += NDEBUG LINKFLAGS += /OPT:REF /OPT:ICF /DEBUG /LTCG:STATUS OBJDIR ?= obj\$(OBJDIRPREFIX)release NOSERVOBJDIR ?= obj\release +SERVOBJDIR ?= obj\servrelease RCFLAGS += -d "NDEBUG" AR += /LTCG endif -- cgit v1.2.3