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, 23 insertions, 0 deletions
diff --git a/TAO/examples/Borland/Chat.bpg b/TAO/examples/Borland/Chat.bpg
new file mode 100644
index 00000000000..c15bb672ae1
--- /dev/null
+++ b/TAO/examples/Borland/Chat.bpg
@@ -0,0 +1,23 @@
+#------------------------------------------------------------------------------
+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 $**
+
+