summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cppe
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-10-16 13:04:41 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-10-16 13:04:41 +0000
commitd21893bd4a88b37ea814e0160f6c786624f7ed6c (patch)
tree30053608267d7392b884f0dee60ada9e208306ea /cpp/src/slice2cppe
parentFixed BCC compile error (diff)
downloadice-d21893bd4a88b37ea814e0160f6c786624f7ed6c.tar.bz2
ice-d21893bd4a88b37ea814e0160f6c786624f7ed6c.tar.xz
ice-d21893bd4a88b37ea814e0160f6c786624f7ed6c.zip
Added install targets for BCC "pdb" files
Diffstat (limited to 'cpp/src/slice2cppe')
-rw-r--r--cpp/src/slice2cppe/Makefile.mak11
1 files changed, 10 insertions, 1 deletions
diff --git a/cpp/src/slice2cppe/Makefile.mak b/cpp/src/slice2cppe/Makefile.mak
index cd8d60b7322..471322ad3e7 100644
--- a/cpp/src/slice2cppe/Makefile.mak
+++ b/cpp/src/slice2cppe/Makefile.mak
@@ -35,11 +35,20 @@ clean::
install:: all
copy $(NAME) $(install_bindir)
-!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes"
+!if "$(OPTIMIZE)" != "yes"
+
+!if "$(BORLAND_HOME)" == ""
install:: all
copy $(NAME:.exe=.pdb) $(install_bindir)
+!else
+
+install:: all
+ copy $(NAME:.exe=.tds) $(install_bindir)
+
+!endif
+
!endif
!include .depend