aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mgcp
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-12-12 01:29:13 +0000
committerGuy Harris <guy@alum.mit.edu>2001-12-12 01:29:13 +0000
commit39362af8144a3c9645cf35907c8d59d795019e79 (patch)
treeacabd038f5dae5885a9319a919bc0bbe140d62d7 /plugins/mgcp
parentc5b1e310e332942052e44b40263f2621d9c7a6a3 (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. svn path=/trunk/; revision=4385
Diffstat (limited to 'plugins/mgcp')
-rw-r--r--plugins/mgcp/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/mgcp/Makefile.nmake b/plugins/mgcp/Makefile.nmake
index 6803a9cbfb..a1f12b9cfe 100644
--- a/plugins/mgcp/Makefile.nmake
+++ b/plugins/mgcp/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.2 2000/11/14 10:38:15 guy Exp $
+# $Id: Makefile.nmake,v 1.3 2001/12/12 01:29:11 guy Exp $
#
include ..\..\config.nmake
@@ -18,4 +18,4 @@ mgcp.dll mgcp.exp mgcp.lib : packet-mgcp.obj ..\plugin_api.obj
$(GLIB_DIR)\glib-$(GLIB_VERSION).lib
clean:
- rm -f $(OBJECTS) mgcp.dll mgcp.exp mgcp.lib
+ rm -f $(OBJECTS) mgcp.dll mgcp.exp mgcp.lib $(PDB_FILE)