aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2004-06-01 21:45:40 +0000
committerAnders Broman <anders.broman@ericsson.com>2004-06-01 21:45:40 +0000
commitea7b5edf35025f115fa4ba0b9a290811cdc558c7 (patch)
tree02521d76e0e0719aa3e7cf78c92f0ba30606b1d6 /config.nmake
parentcf28fb153869337b55a8b54d8950ec70125c983c (diff)
downloadwireshark-ea7b5edf35025f115fa4ba0b9a290811cdc558c7.tar.gz
wireshark-ea7b5edf35025f115fa4ba0b9a290811cdc558c7.tar.bz2
wireshark-ea7b5edf35025f115fa4ba0b9a290811cdc558c7.zip
Revert previous checkin made by mistake *sigh
svn path=/trunk/; revision=11061
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 4e333a01a9..ad4c748292 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.90 2004/06/01 21:40:41 etxrab Exp $
+# $Id: config.nmake,v 1.91 2004/06/01 21:45:40 etxrab Exp $
VERSION=0.10.4
#
@@ -54,7 +54,7 @@ GLIB_DIR=$(ETHEREAL_LIBS)\glib
# reside.
#
GTK1_DIR=$(ETHEREAL_LIBS)\gtk+
-GTK2_DIR=$(ETHEREAL_LIBS)\gtk2
+#GTK2_DIR=$(ETHEREAL_LIBS)\gtk2
# Declare the version of your gtk2 and pango. (MAJOR + MINOR Version number
# but without MICRO version number)
@@ -70,7 +70,7 @@ PANGO_INST_VERSION=1.2
# If you don't have GTK-Wimp, comment this line out, so that GTK-Wimp isn't
# defined.
#
-GTK_WIMP_DIR=$(ETHEREAL_LIBS)\gtk-wimp
+#GTK_WIMP_DIR=$(ETHEREAL_LIBS)\gtk-wimp
#
# If you have Zlib, set this to the pathname of the directory in
@@ -134,7 +134,7 @@ LOCAL_CFLAGS=/Zi /W3
LOCAL_LDFLAGS=/DEBUG
# Set PDB_FILE according to your VC++ version
-PDB_FILE=vc60.pdb
+PDB_FILE=vc*.pdb
# Set path if you need to find some binary
PATH=c:\cygwin\bin;c:\python23;$(PATH)