aboutsummaryrefslogtreecommitdiff
path: root/makefile.after
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2009-07-13 18:50:15 +0000
committermarha <marha@users.sourceforge.net>2009-07-13 18:50:15 +0000
commitcde4d617b7e6ee1a16454ca2abf13305446aecc9 (patch)
tree622607c10d1ba0aaf62e4fccbb371cabfb514e87 /makefile.after
parent02096cdb6a690bce3fdbb3fef0230a1f6656001f (diff)
downloadvcxsrv-cde4d617b7e6ee1a16454ca2abf13305446aecc9.tar.gz
vcxsrv-cde4d617b7e6ee1a16454ca2abf13305446aecc9.tar.bz2
vcxsrv-cde4d617b7e6ee1a16454ca2abf13305446aecc9.zip
fonts.src is now compiling
Diffstat (limited to 'makefile.after')
-rw-r--r--makefile.after6
1 files changed, 6 insertions, 0 deletions
diff --git a/makefile.after b/makefile.after
index ae4fd1eb4..8c3738c09 100644
--- a/makefile.after
+++ b/makefile.after
@@ -5,6 +5,12 @@ RESOBJS:=$(RESOURCES:%.rc=$(OBJDIR)$/%.res)
MANIFESTFILE:=$(MHMAKECONF)\runtime.manifest
+ifdef SUBDIRS
+load_makefile $(SUBDIRS:%=%\makefile MAKESERVER=$(MAKESERVER) DEBUG=$(DEBUG);)
+all: $(SUBDIRS:%=%\all)
+endif
+
+
### Static library stuff ###
ifdef LIBRARY
LIBRARY_DIR := $(LIBRARY:%=$(OBJDIR)\%.lib)