Changes to attempt to silence bcc64x
[ACE_TAO.git] / TAO / examples / Borland / Chat.bpg
blobc15bb672ae1993ed7180a6d414b6501e82c922d4
1 #------------------------------------------------------------------------------
2 VERSION = BWS.01
3 #------------------------------------------------------------------------------
4 !ifndef ROOT
5 ROOT = $(MAKEDIR)\..
6 !endif
7 #------------------------------------------------------------------------------
8 MAKE = $(ROOT)\bin\make.exe -$(MAKEFLAGS) -f$**
9 DCC = $(ROOT)\bin\dcc32.exe $**
10 BRCC = $(ROOT)\bin\brcc32.exe $**
11 #------------------------------------------------------------------------------
12 PROJECTS = build_idl ChatClient.exe
13 #------------------------------------------------------------------------------
14 default: $(PROJECTS)
15 #------------------------------------------------------------------------------
17 ChatClient.exe: ChatClient.bpr
18   $(MAKE)
20 build_idl: build_idl.bat
21   call $**