summaryrefslogtreecommitdiff
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2006-08-16 22:45:51 +0000
committerUlf Lamping <ulf.lamping@web.de>2006-08-16 22:45:51 +0000
commit513649aad0f9c318c566737b76aa735e726f0c44 (patch)
treee2d5b2f6c202fdd53d01c42186f879a23b32d8c7 /config.nmake
parentf17222a893a83d7637b42694c0ef0cd726efbf14 (diff)
downloadwireshark-513649aad0f9c318c566737b76aa735e726f0c44.tar.gz
rollback some IMO unintended changes to the config settings
svn path=/trunk/; revision=18932
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 920384601d..47e0a0d6ed 100644
--- a/config.nmake
+++ b/config.nmake
@@ -36,7 +36,7 @@ RC_WTAP_VERSION=0,3
# If you're not building with WinPcap at all, don't set it (comment
# out or remove the line that sets it).
#
-WINPCAP_VERSION=4.0
+WINPCAP_VERSION=3.1
#
# Directory, where your User's Guide reside, relative to the source dir.
@@ -202,7 +202,7 @@ LOCAL_LDFLAGS=/DEBUG
PDB_FILE=vc*.pdb
# Set up the path to the cygwin binaries
-CYGWIN_PATH=c:\Programmi\cygwin\bin
+CYGWIN_PATH=c:\cygwin\bin
# Set up the path to some required DLLs
DLL_PATH=$(GLIB_DIR)\bin;$(GETTEXT_DIR)\bin;$(ICONV_DIR)\bin
@@ -222,9 +222,9 @@ POD2MAN=$(SH) pod2man
POD2HTML=$(SH) pod2html
# command for python (native windows version)
-PYTHON="C:/Programmi/python24/python.exe"
+#PYTHON="C:/python24/python.exe"
# add native python to the path (not needed if cygwin's python is used)
-PATH=c:\Programmi\python24;$(PATH)
+#PATH=c:\python24;$(PATH)
# command for python (typically cygwin's python package)
PYTHON=env python