diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2004-06-20 20:28:23 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2004-06-20 20:28:23 +0000 |
commit | 4ee816d8841f2f6b4436e94c95f1d4ff999f17e4 (patch) | |
tree | 51aa91833eaa0f91111f3b1cefd95d7ca651d976 /config.nmake | |
parent | 3e66de189517f448a5cc3533d37e3095d47ffd4a (diff) | |
download | wireshark-4ee816d8841f2f6b4436e94c95f1d4ff999f17e4.tar.gz wireshark-4ee816d8841f2f6b4436e94c95f1d4ff999f17e4.tar.bz2 wireshark-4ee816d8841f2f6b4436e94c95f1d4ff999f17e4.zip |
add GTK2.4 and alike libs to the setup target,
depending on settings in config.nmake
svn path=/trunk/; revision=11201
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config.nmake b/config.nmake index 864c42fc50..74ad920ddd 100644 --- a/config.nmake +++ b/config.nmake @@ -1,4 +1,4 @@ -# $Id: config.nmake,v 1.92 2004/06/04 17:31:11 ulfl Exp $ +# $Id: config.nmake,v 1.93 2004/06/20 20:28:23 ulfl Exp $ VERSION=0.10.4 # @@ -58,10 +58,12 @@ GTK1_DIR=$(ETHEREAL_LIBS)\gtk+ # Declare the version of your gtk2 and pango. (MAJOR + MINOR Version number # but without MICRO version number) -# These macros are used by the nsis installer script. +# These macros are used by the nsis installer script and by the setup target. # GTK2_INST_VERSION=2.2 PANGO_INST_VERSION=1.2 +#GTK2_INST_VERSION=2.4 +#PANGO_INST_VERSION=1.4 # # If you have GTK-Wimp, set this to the pathname of the directory in |