aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-02-24 18:51:40 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-02-24 18:51:40 +0000
commit301b5ddbcc4378eae33a3b63f28b3798ef5ea1ba (patch)
tree1eb64ebb5a0d0f018b53667fc06d92abf0d140e2 /config.nmake
parent095c3af8f392ed51a4ec697db8fb6c1d9071bb1d (diff)
added gtk-wimp to the nsis installer build
svn path=/trunk/; revision=10227
Diffstat (limited to 'config.nmake')
-rw-r--r--config.nmake11
1 files changed, 10 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake
index ab12d279eb..b5f8412084 100644
--- a/config.nmake
+++ b/config.nmake
@@ -1,4 +1,4 @@
-# $Id: config.nmake,v 1.82 2004/02/23 21:53:05 gerald Exp $
+# $Id: config.nmake,v 1.83 2004/02/24 18:51:39 ulfl Exp $
VERSION=0.10.2
#
@@ -57,6 +57,15 @@ GTK1_DIR=$(ETHEREAL_LIBS)\gtk+
#GTK2_DIR=$(ETHEREAL_LIBS)\gtk2
#
+# If you have GTK-Wimp, set this to the pathname of the directory in
+# which the files are stored.
+#
+# 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
+
+#
# If you have Zlib, set this to the pathname of the directory in
# which the Zlib headers and .lib file are stored.
#