From e58a1c1d2f11b34d996d76302dd1099e77041f33 Mon Sep 17 00:00:00 2001 From: "mjudge%netscape.com" Date: Wed, 11 Nov 1998 03:38:24 +0000 Subject: [PATCH] modified files for editor build process --- editor/Makefile | 2 +- editor/makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/Makefile b/editor/Makefile index afe6eeaaaddf..cd95f17ba269 100644 --- a/editor/Makefile +++ b/editor/Makefile @@ -17,7 +17,7 @@ DEPTH = .. -DIRS = public src +DIRS = public core gui include $(DEPTH)/config/config.mk diff --git a/editor/makefile.win b/editor/makefile.win index fc13431ebb58..7fad64bb9766 100644 --- a/editor/makefile.win +++ b/editor/makefile.win @@ -18,6 +18,6 @@ DEPTH=.. IGNORE_MANIFEST=1 -DIRS=public +DIRS=public core gui include <$(DEPTH)\config\rules.mak>