diff options
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake index 1a6366a042..5056a3816a 100644 --- a/config.nmake +++ b/config.nmake @@ -5,7 +5,10 @@ GLIB_VERSION=1.3 GLIB_DIR=T:\w32-ix86\ethereal\glib GTK_DIR=T:\w32-ix86\ethereal\gtk+ -LOCAL_CFLAGS= +PCAP_DIR=T:\w32-ix86\ethereal\WDdpack + +LOCAL_CFLAGS=-Zi +LOCAL_LDFLAGS=/DEBUG LEX=t:\w32-ix86\cygnus\cygwin-b20\H-i586-cygwin32\bin\flex YACC=t:\w32-ix86\cygnus\cygwin-b20\H-i586-cygwin32\bin\bison |