diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-09-05 17:16:02 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-09-05 17:16:02 +0000 |
commit | 7826d776999a3191057ef5d8559a80813f4f84f8 (patch) | |
tree | 5d9d478a01e76a9981f281d9e8fe1074d9567c20 /cpp/src/slice2cpp | |
parent | fixing a Glacier2 shutdown bug where sessions may not be destroyed (diff) | |
download | ice-7826d776999a3191057ef5d8559a80813f4f84f8.tar.bz2 ice-7826d776999a3191057ef5d8559a80813f4f84f8.tar.xz ice-7826d776999a3191057ef5d8559a80813f4f84f8.zip |
Added pdb's to install rules
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r-- | cpp/src/slice2cpp/Makefile.mak | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/Makefile.mak b/cpp/src/slice2cpp/Makefile.mak index c14da0017dc..0002464bf4d 100644 --- a/cpp/src/slice2cpp/Makefile.mak +++ b/cpp/src/slice2cpp/Makefile.mak @@ -36,4 +36,11 @@ clean:: install:: all copy $(NAME) $(install_bindir) +!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes" + +install:: all + copy $(NAME:.exe=.pdb) $(install_bindir) + +!endif + !include .depend |