Moved dissector for UNICODE_STRING structure from packet-dcerpc-samr.c to packet...
[obnox/wireshark/wip.git] / config.nmake
1 # $Id: config.nmake,v 1.24 2002/03/03 23:59:27 gerald Exp $
2
3 VERSION=0.9.2
4 RC_VERSION=0.9.2
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
15 LOCAL_CFLAGS=-Zi
16 LOCAL_LDFLAGS=/DEBUG
17
18 # Set PDB_FILE according to your VC++ version 
19 PDB_FILE=vc*.pdb
20
21 # Set path if you need to find some binary
22 PATH=c:\cygnus\cygwin-b20\H-i586-cygwin32\bin;c:\python22;c:\ethereal\wiretap;c:\program files\common files\gnu;$(PATH)
23
24 PERL=perl
25 POD2MAN=pod2man
26 POD2HTML=pod2html
27 PYTHON="C:/python22/python.exe"
28 LEX=flex
29 YACC=bison
30
31 # Set YACC_OPTS if cygnus bison can't find template file.
32 #YACC_OPTS=-S t:\w32-ix86\cygnus\cygwin-b20\share\bison.simple 
33
34 # To build the installer
35 MAKENSIS="C:/program files/nsis/makensis.exe"