summaryrefslogtreecommitdiff
path: root/TAO/examples/Borland/Chat.bpg
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Borland/Chat.bpg')
-rw-r--r--TAO/examples/Borland/Chat.bpg23
1 files changed, 0 insertions, 23 deletions
diff --git a/TAO/examples/Borland/Chat.bpg b/TAO/examples/Borland/Chat.bpg
deleted file mode 100644
index c15bb672ae1..00000000000
--- a/TAO/examples/Borland/Chat.bpg
+++ /dev/null
@@ -1,23 +0,0 @@
-#------------------------------------------------------------------------------
-VERSION = BWS.01
-#------------------------------------------------------------------------------
-!ifndef ROOT
-ROOT = $(MAKEDIR)\..
-!endif
-#------------------------------------------------------------------------------
-MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
-DCC = $(ROOT)\bin\dcc32.exe $**
-BRCC = $(ROOT)\bin\brcc32.exe $**
-#------------------------------------------------------------------------------
-PROJECTS = build_idl ChatClient.exe
-#------------------------------------------------------------------------------
-default: $(PROJECTS)
-#------------------------------------------------------------------------------
-
-ChatClient.exe: ChatClient.bpr
- $(MAKE)
-
-build_idl: build_idl.bat
- call $**
-
-