aboutsummaryrefslogtreecommitdiff
path: root/makefile.after
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2012-06-26 08:56:57 +0200
committermarha <marha@users.sourceforge.net>2012-06-26 08:56:57 +0200
commit8fd115adc568833cdb5af22b65a09c38e0eac20f (patch)
tree64c202a2f8a02ca912c6f6927dd3d01becf79d34 /makefile.after
parentcb7834dd9f1b1816536a5ba419095c160f22a758 (diff)
downloadvcxsrv-8fd115adc568833cdb5af22b65a09c38e0eac20f.tar.gz
vcxsrv-8fd115adc568833cdb5af22b65a09c38e0eac20f.tar.bz2
vcxsrv-8fd115adc568833cdb5af22b65a09c38e0eac20f.zip
libX11 is now compiled as dll
Diffstat (limited to 'makefile.after')
-rw-r--r--makefile.after2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefile.after b/makefile.after
index cef71b839..d6a1170a1 100644
--- a/makefile.after
+++ b/makefile.after
@@ -79,6 +79,7 @@ COMMONCFLAGS += $(DEFINES:%=-D%) $(INCLUDES:%=-I%) -Fo$(relpath $@) -Fd"$(PDB)"
#PDB= # There is no PDB file generated in a release build
endif
+ifndef CLEANRULEPOSTFIX
ifeq ($(OBJDIRPREFIX),)
ifeq ($(DEBUG),1)
CLEANRULEPOSTFIX=debug
@@ -88,6 +89,7 @@ endif
else
CLEANRULEPOSTFIX=$(OBJDIRPREFIX)
endif
+endif
.PHONY: all cleanall clean clean$(CLEANRULEPOSTFIX)