diff options
author | marha <marha@users.sourceforge.net> | 2012-06-26 08:56:57 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-26 08:56:57 +0200 |
commit | 8fd115adc568833cdb5af22b65a09c38e0eac20f (patch) | |
tree | 64c202a2f8a02ca912c6f6927dd3d01becf79d34 /makefile.after | |
parent | cb7834dd9f1b1816536a5ba419095c160f22a758 (diff) | |
download | vcxsrv-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.after | 2 |
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)
|