From 067693d4ece902cd4b5e8a1ee8c8b3d7c8848fb7 Mon Sep 17 00:00:00 2001 From: "waterson%netscape.com" Date: Thu, 22 Jul 1999 21:56:18 +0000 Subject: [PATCH] Drag along MSVC++ 5.x by not building this directory. git-svn-id: svn://10.0.0.236/trunk@40710 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/intl/chardet/src/makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/intl/chardet/src/makefile.win b/mozilla/intl/chardet/src/makefile.win index 7aa38294150..9095b8c2e5b 100644 --- a/mozilla/intl/chardet/src/makefile.win +++ b/mozilla/intl/chardet/src/makefile.win @@ -21,7 +21,7 @@ LCFLAGS= $(LCFLAGS) -D__STDC__ DEFINES= -DWIN32_LEAN_AND_MEAN LIBRARY_NAME= chardet -!if "$(_MSC_VER)" != "1100" +!if "$(_MSC_VER)" != "" && "$(_MSC_VER)" != "1100" DIRS = windows !endif