From cd26f6749fb521ea1bb507be22a41d76738eaf83 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. --- profile/makefile.win | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profile/makefile.win b/profile/makefile.win index 42ced45740cd..d4ac873fde80 100644 --- a/profile/makefile.win +++ b/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>