Modified makefiles for Editor Gui Manager

This commit is contained in:
cmanske%netscape.com 1998-12-09 19:04:11 +00:00
parent 5a7b94ca6b
commit 08b408a1ce
2 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ DIRS = public
ifdef MOZ_EDITOR
DIRS += core
# Add "DIRS += guimgr" after building on all platforms
ifdef ENABLE_TESTS
DIRS += tests
endif

View File

@ -18,6 +18,7 @@
DEPTH=..
IGNORE_MANIFEST=1
# add "guimgr" after testing builds on other platforms
DIRS=public core
include <$(DEPTH)\config\rules.mak>