Bump the version to 0.9.13 and otherwise prep for the next release. ETA is
[obnox/wireshark/wip.git] / config.nmake
1 # $Id: config.nmake,v 1.40 2003/06/10 01:47:33 gerald Exp $
2
3 VERSION=0.9.13
4 RC_VERSION=0.9.13
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 ADNS_DIR=C:\ethereal-win32-libs\adns-1.0-win32-01
16
17 COMMON_FILES_GNU=c:\program files\common files\gnu
18
19 LOCAL_CFLAGS=-Zi
20 LOCAL_LDFLAGS=/DEBUG
21
22 # Set PDB_FILE according to your VC++ version 
23 PDB_FILE=vc*.pdb
24
25 # Set path if you need to find some binary
26 PATH=c:\cygnus\cygwin-b20\H-i586-cygwin32\bin;c:\python22;c:\ethereal\wiretap;c:\program files\common files\gnu;$(PATH)
27
28 SH=bash
29 PERL=perl
30 POD2MAN=pod2man
31 POD2HTML=pod2html
32 PYTHON="C:/python22/python.exe"
33 LEX=flex
34 YACC=bison
35
36 # Set YACC_OPTS if cygnus bison can't find template file.
37 #YACC_OPTS=-S t:\w32-ix86\cygnus\cygwin-b20\share\bison.simple 
38
39 # To build the installer
40 MAKENSIS="C:/program files/nsis/makensis.exe"