From cde4d617b7e6ee1a16454ca2abf13305446aecc9 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 13 Jul 2009 18:50:15 +0000 Subject: fonts.src is now compiling --- makefile.after | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'makefile.after') 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) -- cgit v1.2.3