diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-04-12 21:52:11 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-04-12 21:52:11 +0000 |
commit | ed237c129d8445a45dbe5e8819353c468e6d24ee (patch) | |
tree | e5cc066cc8629390995d4a1e1d8ce22d4314f201 /config.nmake | |
parent | c3459da28b5fb4a98aa8b13c91b195f40499ab7e (diff) | |
download | wireshark-ed237c129d8445a45dbe5e8819353c468e6d24ee.tar.gz wireshark-ed237c129d8445a45dbe5e8819353c468e6d24ee.tar.bz2 wireshark-ed237c129d8445a45dbe5e8819353c468e6d24ee.zip |
Build tethereal and editcap on Win32.
Add RCS ID tags to Makefile.nmake's.
svn path=/trunk/; revision=1836
Diffstat (limited to 'config.nmake')
-rw-r--r-- | config.nmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.nmake b/config.nmake index 5056a3816a..151c66d5ef 100644 --- a/config.nmake +++ b/config.nmake @@ -5,7 +5,7 @@ GLIB_VERSION=1.3 GLIB_DIR=T:\w32-ix86\ethereal\glib GTK_DIR=T:\w32-ix86\ethereal\gtk+ -PCAP_DIR=T:\w32-ix86\ethereal\WDdpack +PCAP_DIR=T:\w32-ix86\ethereal\WPdpack LOCAL_CFLAGS=-Zi LOCAL_LDFLAGS=/DEBUG |