From f4f2970d0ae7199ccd16ff6bdf6bcfe9b6e5709e Mon Sep 17 00:00:00 2001 From: "kipp%netscape.com" Date: Sat, 12 Sep 1998 19:18:04 +0000 Subject: [PATCH] Added tools directory to windows build git-svn-id: svn://10.0.0.236/trunk@9944 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/makefile.win | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mozilla/xpcom/makefile.win b/mozilla/xpcom/makefile.win index aefa4a675fc..e603f37a2d0 100644 --- a/mozilla/xpcom/makefile.win +++ b/mozilla/xpcom/makefile.win @@ -15,11 +15,10 @@ # Copyright (C) 1998 Netscape Communications Corporation. All Rights # Reserved. +DEPTH=.. + IGNORE_MANIFEST=1 -# - -DEPTH=.. -DIRS=src tests +DIRS=src tests tools include <$(DEPTH)\config\rules.mak>