summaryrefslogtreecommitdiff
path: root/TAO/examples/Simple/chat/Makefile.bor
blob: 828f0dc2c93c2bad77a4de1effd30c2236078981 (plain)
1
2
3
4
5
6
7
8
9
10
#
# 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)