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
This commit is contained in:
waterson%netscape.com
1999-07-22 21:56:18 +00:00
parent e7bfe57e8b
commit 067693d4ec

View File

@@ -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