From 0203ae5b0770f8af6f3314910b941470799d5e1e Mon Sep 17 00:00:00 2001 From: "varada%netscape.com" Date: Sat, 24 Jul 1999 01:15:01 +0000 Subject: [PATCH] Excluding the acct/ and acctidl/ directories for the VC++ 5.0 version. Leaf said it was ok to check in. git-svn-id: svn://10.0.0.236/trunk@40939 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/profile/makefile.win | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mozilla/profile/makefile.win b/mozilla/profile/makefile.win index 42ced45740c..d4ac873fde8 100644 --- a/mozilla/profile/makefile.win +++ b/mozilla/profile/makefile.win @@ -28,8 +28,10 @@ DIRS= \ pref-migrator \ defaults \ idlservices \ +!if "$(_MSC_VER)" != "" && "$(_MSC_VER)" != "1100" acct \ acctidl \ +!endif $(NULL) include <$(DEPTH)\config\rules.mak>