aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/gryphon
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-12-12 01:29:13 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-12-12 01:29:13 +0000
commitca855073c0e71ca698f79893a494f9d37612a0bc (patch)
treeacabd038f5dae5885a9319a919bc0bbe140d62d7 /plugins/gryphon
parent8090db2fb0267d866fea1fa9ad42a0db08ca65eb (diff)
From Motonori Shindo:
fix a bogus batch mode inference rule of make, so that "vc60.pdb" files are created in the proper directory; delete ".pdb" files in a "nmake -f Makefile.nmake clean"; include the text2pcap and mergecap ".pdb" files in the Windows binary distribution. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4385 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/gryphon')
-rw-r--r--plugins/gryphon/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gryphon/Makefile.nmake b/plugins/gryphon/Makefile.nmake
index 05a414fe09..dad3f4d622 100644
--- a/plugins/gryphon/Makefile.nmake
+++ b/plugins/gryphon/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.5 2000/10/11 07:35:02 guy Exp $
+# $Id: Makefile.nmake,v 1.6 2001/12/12 01:29:10 guy Exp $
#
include ..\..\config.nmake
@@ -17,4 +17,4 @@ gryphon.dll gryphon.exp gryphon.lib : packet-gryphon.obj ..\plugin_api.obj
link -dll /out:gryphon.dll packet-gryphon.obj ..\plugin_api.obj
clean:
- rm -f $(OBJECTS) gryphon.dll gryphon.exp gryphon.lib
+ rm -f $(OBJECTS) gryphon.dll gryphon.exp gryphon.lib $(PDB_FILE)