aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/giop
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/giop
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/giop')
-rw-r--r--plugins/giop/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/giop/Makefile.nmake b/plugins/giop/Makefile.nmake
index 3d390dd83d..a676cc0290 100644
--- a/plugins/giop/Makefile.nmake
+++ b/plugins/giop/Makefile.nmake
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.nmake,v 1.3 2001/10/17 19:27:43 gram Exp $
+# $Id: Makefile.nmake,v 1.4 2001/12/12 01:29:09 guy Exp $
#
include ..\..\config.nmake
@@ -25,5 +25,5 @@ coseventcomm.dll coseventcomm.exp coseventcomm.lib : packet-coseventcomm.obj ..\
clean:
- rm -f $(OBJECTS) cosnaming.dll cosnaming.exp cosnaming.lib
- rm -f $(OBJECTS) coseventcomm.dll coseventcomm.exp coseventcomm.lib
+ rm -f $(OBJECTS) cosnaming.dll cosnaming.exp cosnaming.lib \
+ coseventcomm.dll coseventcomm.exp coseventcomm.lib $(PDB_FILE)