From d21893bd4a88b37ea814e0160f6c786624f7ed6c Mon Sep 17 00:00:00 2001 From: Dwayne Boone Date: Mon, 16 Oct 2006 13:04:41 +0000 Subject: Added install targets for BCC "pdb" files --- cpp/src/slice2cpp/Makefile.mak | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'cpp/src/slice2cpp') 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 -- cgit v1.2.3