aboutsummaryrefslogtreecommitdiffstats
path: root/config.nmake
blob: e424e139ba83862f8d22fbaaecc7fc0a4279fd39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
GTK_VERSION=1.3
GLIB_VERSION=1.3

GLIB_DIR=T:\w32-ix86\glib
GTK_DIR=T:\w32-ix86\gtk+

PCAP_DIR=T:\w32-ix86\WPdpack

LOCAL_CFLAGS=-Zi
LOCAL_LDFLAGS=/DEBUG

# Set path if you need to find some binary
#PATH=t:\w32-ix86\cygnus\cygwin-b20\H-i586-cygwin32\bin;$(PATH)

PERL=perl
PYTHON=python
LEX=flex
YACC=bison

# Set YACC_OPTS if cygnus bison can't find template file.
#YACC_OPTS=-S t:\w32-ix86\cygnus\cygwin-b20\share\bison.simple