aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-05 21:04:42 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-05 21:04:42 +0000
commit87fc510cb53799c537994311fb08f8522edc7f05 (patch)
tree200ab3a77b6c85bbb74c0de6f9e377e48c980ec8 /config.nmake
parent0d9679de8dd6536bf1d0c9664489f4c35b1e6270 (diff)
switched to MSVC warning level 3 and
default is winpcap version 3 now svn path=/trunk/; revision=9562
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/config.nmake b/config.nmake
index 0316a36a75..77d51ddffd 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.75 2004/01/05 15:05:00 ulfl Exp $
+# $Id: config.nmake,v 1.76 2004/01/05 21:04:42 ulfl Exp $
VERSION=0.10.0
#
@@ -23,7 +23,7 @@ WTAP_VERSION=0.0
# If you're not building with WinPcap at all, don't set it (comment
# out or remove the line that sets it).
#
-WINPCAP_VERSION=2.3
+WINPCAP_VERSION=3.0
#
# Base directory, where your libraries reside, which needs to be
@@ -111,9 +111,9 @@ ICONV_DIR=$(ETHEREAL_LIBS)\libiconv-1.9.1.bin.woe32
GETTEXT_DIR=$(ETHEREAL_LIBS)\gettext-runtime-0.12.1.bin.woe32
# Compiler flags
-# /W2 warning level 2 (0 less - 4 most, 1 default)
+# /W3 warning level 3 (0 less - 4 most, 1 default)
# /Zi create .pdb file for debugging
-LOCAL_CFLAGS=/Zi /W2
+LOCAL_CFLAGS=/Zi /W3
# Linker flags
# /DEBUG generate debug info