Bump the version to 0.9.11. Let's hope the goat's blood and hastily carved
[obnox/wireshark/wip.git] / config.nmake
1 # $Id: config.nmake,v 1.36 2003/03/11 00:12:35 gerald Exp $
2
3 VERSION=0.9.11
4 RC_VERSION=0.9.11
5 WTAP_VERSION=0.0
6
7 GTK_VERSION=1.3
8 GLIB_VERSION=1.3
9
10 GLIB_DIR=C:\ethereal-win32-libs\glib
11 GTK_DIR=C:\ethereal-win32-libs\gtk+
12 ZLIB_DIR=C:\ethereal-win32-libs\zlib-1.1.3
13 PCAP_DIR=C:\ethereal-win32-libs\WPdpack
14 NET_SNMP_DIR=C:\ethereal-win32-libs\net-snmp-5.0.6
15
16 COMMON_FILES_GNU=c:\program files\common files\gnu
17
18 LOCAL_CFLAGS=-Zi
19 LOCAL_LDFLAGS=/DEBUG
20
21 # Set PDB_FILE according to your VC++ version 
22 PDB_FILE=vc*.pdb
23
24 # Set path if you need to find some binary
25 PATH=c:\cygnus\cygwin-b20\H-i586-cygwin32\bin;c:\python22;c:\ethereal\wiretap;c:\program files\common files\gnu;$(PATH)
26
27 SH=bash
28 PERL=perl
29 POD2MAN=pod2man
30 POD2HTML=pod2html
31 PYTHON="C:/python22/python.exe"
32 LEX=flex
33 YACC=bison
34
35 # Set YACC_OPTS if cygnus bison can't find template file.
36 #YACC_OPTS=-S t:\w32-ix86\cygnus\cygwin-b20\share\bison.simple 
37
38 # To build the installer
39 MAKENSIS="C:/program files/nsis/makensis.exe"