aboutsummaryrefslogtreecommitdiff
path: root/makefile.before
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-10-30 15:11:32 +0100
committermarha <marha@users.sourceforge.net>2012-10-30 15:11:32 +0100
commit5bda4b6582522d21b15d62c5c76c71104e924cbc (patch)
tree93089bb5cb06e8ffb6ef666ee8eb91a614cba4f0 /makefile.before
parent33d29586bf3a280e821e0bf62694492dba459dab (diff)
downloadvcxsrv-5bda4b6582522d21b15d62c5c76c71104e924cbc.tar.gz
vcxsrv-5bda4b6582522d21b15d62c5c76c71104e924cbc.tar.bz2
vcxsrv-5bda4b6582522d21b15d62c5c76c71104e924cbc.zip
Now create a seperate installer for the debug exe and dlls
Diffstat (limited to 'makefile.before')
-rw-r--r--makefile.before2
1 files changed, 2 insertions, 0 deletions
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