Don't wire into "config.h.win32" files an indication of whether we have
[metze/wireshark/wip.git] / config.nmake
1 # $Id: config.nmake,v 1.41 2003/06/12 09:45:42 guy 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
16 #
17 # If you have GNU ADNS, set this to the pathname of the directory in
18 # which the GNU ADNS .lib file is stored.
19 #
20 # If you don't have GNU ADNS, comment this line out, so that ADNS_DIR
21 # isn't defined.
22 #
23 ADNS_DIR=C:\ethereal-win32-libs\adns-1.0-win32-01
24
25 COMMON_FILES_GNU=c:\program files\common files\gnu
26
27 LOCAL_CFLAGS=-Zi
28 LOCAL_LDFLAGS=/DEBUG
29
30 # Set PDB_FILE according to your VC++ version 
31 PDB_FILE=vc*.pdb
32
33 # Set path if you need to find some binary
34 PATH=c:\cygnus\cygwin-b20\H-i586-cygwin32\bin;c:\python22;c:\ethereal\wiretap;c:\program files\common files\gnu;$(PATH)
35
36 SH=bash
37 PERL=perl
38 POD2MAN=pod2man
39 POD2HTML=pod2html
40 PYTHON="C:/python22/python.exe"
41 LEX=flex
42 YACC=bison
43
44 # Set YACC_OPTS if cygnus bison can't find template file.
45 #YACC_OPTS=-S t:\w32-ix86\cygnus\cygwin-b20\share\bison.simple 
46
47 # To build the installer
48 MAKENSIS="C:/program files/nsis/makensis.exe"