summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/Freeze/Makefile.mak11
-rw-r--r--cpp/src/FreezeScript/Makefile.mak12
-rw-r--r--cpp/src/Glacier2/Makefile.mak12
-rw-r--r--cpp/src/Ice/Makefile.mak11
-rw-r--r--cpp/src/IceBox/Makefile.mak13
-rw-r--r--cpp/src/IceGrid/Makefile.mak14
-rw-r--r--cpp/src/IcePatch2/Makefile.mak14
-rw-r--r--cpp/src/IceSSL/Makefile.mak11
-rw-r--r--cpp/src/IceStorm/Makefile.mak13
-rw-r--r--cpp/src/IceUtil/Makefile.mak11
-rw-r--r--cpp/src/IceXML/Makefile.mak11
-rw-r--r--cpp/src/Slice/Makefile.mak11
-rw-r--r--cpp/src/slice2cpp/Makefile.mak11
-rw-r--r--cpp/src/slice2cppe/Makefile.mak11
-rw-r--r--cpp/src/slice2cs/Makefile.mak11
-rw-r--r--cpp/src/slice2docbook/Makefile.mak11
-rw-r--r--cpp/src/slice2freeze/Makefile.mak11
-rw-r--r--cpp/src/slice2freezej/Makefile.mak11
-rw-r--r--cpp/src/slice2java/Makefile.mak11
-rw-r--r--cpp/src/slice2javae/Makefile.mak11
-rw-r--r--cpp/src/slice2py/Makefile.mak11
-rwxr-xr-xcpp/src/slice2rb/Makefile.mak11
-rw-r--r--cpp/src/slice2vb/Makefile.mak11
23 files changed, 242 insertions, 23 deletions
diff --git a/cpp/src/Freeze/Makefile.mak b/cpp/src/Freeze/Makefile.mak
index 08e48c65038..c98db88e9c5 100644
--- a/cpp/src/Freeze/Makefile.mak
+++ b/cpp/src/Freeze/Makefile.mak
@@ -85,11 +85,20 @@ install:: all
copy $(LIBNAME) $(install_libdir)
copy $(DLLNAME) $(install_bindir)
-!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes"
+!if "$(OPTIMIZE)" != "yes"
+
+!if "$(BORLAND_HOME)" == ""
install:: all
copy $(DLLNAME:.dll=.pdb) $(install_bindir)
+!else
+
+install:: all
+ copy $(DLLNAME:.dll=.tds) $(install_bindir)
+
+!endif
+
!endif
!include .depend
diff --git a/cpp/src/FreezeScript/Makefile.mak b/cpp/src/FreezeScript/Makefile.mak
index 1b6ca9da145..0e963416585 100644
--- a/cpp/src/FreezeScript/Makefile.mak
+++ b/cpp/src/FreezeScript/Makefile.mak
@@ -77,12 +77,22 @@ install:: all
copy $(TRANSFORMDB) $(install_bindir)
copy $(DUMPDB) $(install_bindir)
-!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes"
+!if "$(OPTIMIZE)" != "yes"
+
+!if "$(BORLAND_HOME)" == ""
install:: all
copy $(TRANSFORMDB:.exe=.pdb) $(install_bindir)
copy $(DUMPDB:.exe=.pdb) $(install_bindir)
+!else
+
+install:: all
+ copy $(TRANSFORMDB:.exe=.tds) $(install_bindir)
+ copy $(DUMPDB:.exe=.tds) $(install_bindir)
+
+!endif
+
!endif
!include .depend
diff --git a/cpp/src/Glacier2/Makefile.mak b/cpp/src/Glacier2/Makefile.mak
index 9e1f19ce5b4..f28af77aede 100644
--- a/cpp/src/Glacier2/Makefile.mak
+++ b/cpp/src/Glacier2/Makefile.mak
@@ -98,12 +98,22 @@ install:: all
copy $(DLLNAME) $(install_bindir)
copy $(ROUTER) $(install_bindir)
-!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes"
+!if "$(OPTIMIZE)" != "yes"
+
+!if "$(BORLAND_HOME)" == ""
install:: all
copy $(DLLNAME:.dll=.pdb) $(install_bindir)
copy $(ROUTER:.exe=.pdb) $(install_bindir)
+!else
+
+install:: all
+ copy $(DLLNAME:.dll=.tds) $(install_bindir)
+ copy $(ROUTER:.exe=.tds) $(install_bindir)
+
+!endif
+
!endif
!else
diff --git a/cpp/src/Ice/Makefile.mak b/cpp/src/Ice/Makefile.mak
index 95117e995af..bc81f5cd2f9 100644
--- a/cpp/src/Ice/Makefile.mak
+++ b/cpp/src/Ice/Makefile.mak
@@ -168,11 +168,20 @@ install:: all
copy $(LIBNAME) $(install_libdir)
copy $(DLLNAME) $(install_bindir)
-!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes"
+!if "$(OPTIMIZE)" != "yes"
+
+!if "$(BORLAND_HOME)" == ""
install:: all
copy $(DLLNAME:.dll=.pdb) $(install_bindir)
+!else
+
+install:: all
+ copy $(DLLNAME:.dll=.tds) $(install_bindir)
+
+!endif
+
!endif
!include .depend
diff --git a/cpp/src/IceBox/Makefile.mak b/cpp/src/IceBox/Makefile.mak
index d5148a04498..4dfaad7a5c1 100644
--- a/cpp/src/IceBox/Makefile.mak
+++ b/cpp/src/IceBox/Makefile.mak
@@ -86,13 +86,24 @@ install:: all
copy $(SERVER) $(install_bindir)
copy $(ADMIN) $(install_bindir)
-!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes"
+!if "$(OPTIMIZE)" != "yes"
+
+!if "$(BORLAND_HOME)" == ""
install:: all
copy $(DLLNAME:.dll=.pdb) $(install_bindir)
copy $(SERVER:.exe=.pdb) $(install_bindir)
copy $(ADMIN:.exe=.pdb) $(install_bindir)
+!else
+
+install:: all
+ copy $(DLLNAME:.dll=.tds) $(install_bindir)
+ copy $(SERVER:.exe=.tds) $(install_bindir)
+ copy $(ADMIN:.exe=.tds) $(install_bindir)
+
+!endif
+
!endif
!else
diff --git a/cpp/src/IceGrid/Makefile.mak b/cpp/src/IceGrid/Makefile.mak
index 7df398535a9..4a72d89b0dd 100644
--- a/cpp/src/IceGrid/Makefile.mak
+++ b/cpp/src/IceGrid/Makefile.mak
@@ -224,7 +224,9 @@ install:: all
copy $(NODE_SERVER) $(install_bindir)
copy $(REGISTRY_SERVER) $(install_bindir)
-!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes"
+!if "$(OPTIMIZE)" != "yes"
+
+!if "$(BORLAND_HOME)" == ""
install:: all
copy $(DLLNAME:.dll=.pdb) $(install_bindir)
@@ -232,6 +234,16 @@ install:: all
copy $(NODE_SERVER:.exe=.pdb) $(install_bindir)
copy $(REGISTRY_SERVER:.exe=.pdb) $(install_bindir)
+!else
+
+install:: all
+ copy $(DLLNAME:.dll=.tds) $(install_bindir)
+ copy $(ADMIN:.exe=.tds) $(install_bindir)
+ copy $(NODE_SERVER:.exe=.tds) $(install_bindir)
+ copy $(REGISTRY_SERVER:.exe=.tds) $(install_bindir)
+
+!endif
+
!endif
!else
diff --git a/cpp/src/IcePatch2/Makefile.mak b/cpp/src/IcePatch2/Makefile.mak
index ed26b809c99..59f491c0422 100644
--- a/cpp/src/IcePatch2/Makefile.mak
+++ b/cpp/src/IcePatch2/Makefile.mak
@@ -100,7 +100,9 @@ install:: all
copy $(CLIENT) $(install_bindir)
copy $(CALC) $(install_bindir)
-!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes"
+!if "$(OPTIMIZE)" != "yes"
+
+!if "$(BORLAND_HOME)" == ""
install:: all
copy $(DLLNAME:.dll=.pdb) $(install_bindir)
@@ -108,6 +110,16 @@ install:: all
copy $(CLIENT:.exe=.pdb) $(install_bindir)
copy $(CALC:.exe=.pdb) $(install_bindir)
+!else
+
+install:: all
+ copy $(DLLNAME:.dll=.tds) $(install_bindir)
+ copy $(SERVER:.exe=.tds) $(install_bindir)
+ copy $(CLIENT:.exe=.tds) $(install_bindir)
+ copy $(CALC:.exe=.tds) $(install_bindir)
+
+!endif
+
!endif
!else
diff --git a/cpp/src/IceSSL/Makefile.mak b/cpp/src/IceSSL/Makefile.mak
index db33bca9997..40728cda9c3 100644
--- a/cpp/src/IceSSL/Makefile.mak
+++ b/cpp/src/IceSSL/Makefile.mak
@@ -55,11 +55,20 @@ install:: all
copy $(LIBNAME) $(install_libdir)
copy $(DLLNAME) $(install_bindir)
-!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes"
+!if "$(OPTIMIZE)" != "yes"
+
+!if "$(BORLAND_HOME)" == ""
install:: all
copy $(DLLNAME:.dll=.pdb) $(install_bindir)
+!else
+
+install:: all
+ copy $(DLLNAME:.dll=.tds) $(install_bindir)
+
+!endif
+
!endif
!include .depend
diff --git a/cpp/src/IceStorm/Makefile.mak b/cpp/src/IceStorm/Makefile.mak
index 003cc985b8c..e97e201fec4 100644
--- a/cpp/src/IceStorm/Makefile.mak
+++ b/cpp/src/IceStorm/Makefile.mak
@@ -149,13 +149,24 @@ install:: all
copy $(SVCDLLNAME) $(install_bindir)
copy $(ADMIN) $(install_bindir)
-!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes"
+!if "$(OPTIMIZE)" != "yes"
+
+!if "$(BORLAND_HOME)" == ""
install:: all
copy $(DLLNAME:.dll=.pdb) $(install_bindir)
copy $(SVCDLLNAME:.dll=.pdb) $(install_bindir)
copy $(ADMIN:.exe=.pdb) $(install_bindir)
+!else
+
+install:: all
+ copy $(DLLNAME:.dll=.tds) $(install_bindir)
+ copy $(SVCDLLNAME:.dll=.tds) $(install_bindir)
+ copy $(ADMIN:.exe=.tds) $(install_bindir)
+
+!endif
+
!endif
!else
diff --git a/cpp/src/IceUtil/Makefile.mak b/cpp/src/IceUtil/Makefile.mak
index f19ed7b97bf..aba8d557a8b 100644
--- a/cpp/src/IceUtil/Makefile.mak
+++ b/cpp/src/IceUtil/Makefile.mak
@@ -60,11 +60,20 @@ install:: all
copy $(LIBNAME) $(install_libdir)
copy $(DLLNAME) $(install_bindir)
-!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes"
+!if "$(OPTIMIZE)" != "yes"
+
+!if "$(BORLAND_HOME)" == ""
install:: all
copy $(DLLNAME:.dll=.pdb) $(install_bindir)
+!else
+
+install:: all
+ copy $(DLLNAME:.dll=.tds) $(install_bindir)
+
+!endif
+
!endif
!include .depend
diff --git a/cpp/src/IceXML/Makefile.mak b/cpp/src/IceXML/Makefile.mak
index 718c94e36e3..40683e84f61 100644
--- a/cpp/src/IceXML/Makefile.mak
+++ b/cpp/src/IceXML/Makefile.mak
@@ -41,11 +41,20 @@ install:: all
copy $(LIBNAME) $(install_libdir)
copy $(DLLNAME) $(install_bindir)
-!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes"
+!if "$(OPTIMIZE)" != "yes"
+
+!if "$(BORLAND_HOME)" == ""
install:: all
copy $(DLLNAME:.dll=.pdb) $(install_bindir)
+!else
+
+install:: all
+ copy $(DLLNAME:.dll=.tds) $(install_bindir)
+
+!endif
+
!endif
!include .depend
diff --git a/cpp/src/Slice/Makefile.mak b/cpp/src/Slice/Makefile.mak
index 31adcbe5a5c..6d9dabeea46 100644
--- a/cpp/src/Slice/Makefile.mak
+++ b/cpp/src/Slice/Makefile.mak
@@ -66,11 +66,20 @@ install:: all
copy $(LIBNAME) $(install_libdir)
copy $(DLLNAME) $(install_bindir)
-!if "$(BORLAND_HOME)" == "" & "$(OPTIMIZE)" != "yes"
+!if "$(OPTIMIZE)" != "yes"
+
+!if "$(BORLAND_HOME)" == ""
install:: all
copy $(DLLNAME:.dll=.pdb) $(install_bindir)
+!else
+
+install:: all
+ copy $(DLLNAME:.dll=.tds) $(install_bindir)
+
+!endif
+
!endif
!include .depend
diff --git a/cpp/src/slice2cpp/Makefile.mak b/cpp/src/slice2cpp/Makefile.mak
index b09265063c0..17d34128da8 100644
--- a/cpp/src/slice2cpp/Makefile.mak
+++ b/cpp/src/slice2cpp/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
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
diff --git a/cpp/src/slice2cs/Makefile.mak b/cpp/src/slice2cs/Makefile.mak
index 79df4e1d934..e36e5e6fd42 100644
--- a/cpp/src/slice2cs/Makefile.mak
+++ b/cpp/src/slice2cs/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
diff --git a/cpp/src/slice2docbook/Makefile.mak b/cpp/src/slice2docbook/Makefile.mak
index 8fcd0708d2d..9153bd1f136 100644
--- a/cpp/src/slice2docbook/Makefile.mak
+++ b/cpp/src/slice2docbook/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
diff --git a/cpp/src/slice2freeze/Makefile.mak b/cpp/src/slice2freeze/Makefile.mak
index a1591a86620..d2ca1c9c14c 100644
--- a/cpp/src/slice2freeze/Makefile.mak
+++ b/cpp/src/slice2freeze/Makefile.mak
@@ -30,11 +30,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
diff --git a/cpp/src/slice2freezej/Makefile.mak b/cpp/src/slice2freezej/Makefile.mak
index 7a153816baa..a5a5418ed10 100644
--- a/cpp/src/slice2freezej/Makefile.mak
+++ b/cpp/src/slice2freezej/Makefile.mak
@@ -34,11 +34,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
diff --git a/cpp/src/slice2java/Makefile.mak b/cpp/src/slice2java/Makefile.mak
index c76ab79d674..c5253ee7caf 100644
--- a/cpp/src/slice2java/Makefile.mak
+++ b/cpp/src/slice2java/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
diff --git a/cpp/src/slice2javae/Makefile.mak b/cpp/src/slice2javae/Makefile.mak
index 7e5b031fc9f..5d9ae0a5cca 100644
--- a/cpp/src/slice2javae/Makefile.mak
+++ b/cpp/src/slice2javae/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
diff --git a/cpp/src/slice2py/Makefile.mak b/cpp/src/slice2py/Makefile.mak
index b1c1ae4706a..3d5994ae620 100644
--- a/cpp/src/slice2py/Makefile.mak
+++ b/cpp/src/slice2py/Makefile.mak
@@ -34,11 +34,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
diff --git a/cpp/src/slice2rb/Makefile.mak b/cpp/src/slice2rb/Makefile.mak
index 8d62d43e541..45818933a7a 100755
--- a/cpp/src/slice2rb/Makefile.mak
+++ b/cpp/src/slice2rb/Makefile.mak
@@ -34,11 +34,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
diff --git a/cpp/src/slice2vb/Makefile.mak b/cpp/src/slice2vb/Makefile.mak
index 68d65894c90..33988243d83 100644
--- a/cpp/src/slice2vb/Makefile.mak
+++ b/cpp/src/slice2vb/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