From 8fd115adc568833cdb5af22b65a09c38e0eac20f Mon Sep 17 00:00:00 2001 From: marha Date: Tue, 26 Jun 2012 08:56:57 +0200 Subject: libX11 is now compiled as dll --- makefile.after | 2 ++ 1 file changed, 2 insertions(+) (limited to 'makefile.after') 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) -- cgit v1.2.3