summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/chat/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/Simple/chat/Makefile.bor')
-rw-r--r--TAO/examples/Simple/chat/Makefile.bor10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/examples/Simple/chat/Makefile.bor b/TAO/examples/Simple/chat/Makefile.bor
deleted file mode 100644
index 828f0dc2c93..00000000000
--- a/TAO/examples/Simple/chat/Makefile.bor
+++ /dev/null
@@ -1,10 +0,0 @@
-#
-# Makefile for building the Chat example
-#
-
-!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor>
-
-all:
- $(MAKE) -f Chat_Client.bor $(MAKE_FLAGS)
- $(MAKE) -f Chat_Server.bor $(MAKE_FLAGS)
-