Try to fix a compilation error with Visual C++ 6.0.

svn path=/trunk/; revision=27135
This commit is contained in:
Gerald Combs 2008-12-30 18:27:34 +00:00
parent 6508f8ca1f
commit 08364de20d
1 changed files with 6 additions and 1 deletions

View File

@ -330,8 +330,13 @@ SMI_DIR=$(WIRESHARK_LIBS)\libsmi-0.4.8
#
# Used to map IP addresses to MaxMind GeoIP database entries
#
# GeoIP requires IPv6 definitions that don't ship with Visual C++ 6.0. If
# you're using MSVC6 and you REALLY want to compile with GeoIP, install the
# Platform SDK for Windows Server 2003 R2 and comment out the !IF/!ENDIF
# lines below.
!IF "$(MSVC_VARIANT)" != "MSVC6"
GEOIP_DIR=$(WIRESHARK_LIBS)\GeoIP-1.4.5ws
!ENDIF
##### Tools #####