summaryrefslogtreecommitdiff
path: root/TAO/tests/Timed_Buffered_Oneways/client.bor
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-08 18:40:16 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-09-08 18:40:16 +0000
commit4a6ef540ebe97a4524fb0572b3447e0544831059 (patch)
tree37a1248384b798214fdad99731178e821e377ec8 /TAO/tests/Timed_Buffered_Oneways/client.bor
parentbc17bb2aa98ea22fad9f8b587c2952709d169c39 (diff)
downloadATCD-4a6ef540ebe97a4524fb0572b3447e0544831059.tar.gz
ChangeLogTag:Fri Sep 8 11:34:59 2000 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'TAO/tests/Timed_Buffered_Oneways/client.bor')
-rw-r--r--TAO/tests/Timed_Buffered_Oneways/client.bor18
1 files changed, 15 insertions, 3 deletions
diff --git a/TAO/tests/Timed_Buffered_Oneways/client.bor b/TAO/tests/Timed_Buffered_Oneways/client.bor
index e0b5bb4f154..9bb6b38b4cf 100644
--- a/TAO/tests/Timed_Buffered_Oneways/client.bor
+++ b/TAO/tests/Timed_Buffered_Oneways/client.bor
@@ -5,17 +5,29 @@
NAME = client
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
+
OBJFILES = \
$(OBJDIR)\testC.obj \
$(OBJDIR)\testS.obj \
$(OBJDIR)\test_i.obj \
$(OBJDIR)\client.obj
-
-CPPDIR = .;..
+
+CFLAGS = \
+ $(ACE_CFLAGS) \
+ $(TAO_CFLAGS) \
+ $(TAO_PORTABLESERVER_CFLAGS)
+
+LIBFILES = \
+ $(ACE_LIB) \
+ $(TAO_LIB) \
+ $(TAO_PORTABLESERVER_LIB)
+
+CPPDIR = .
IDLDIR = .
-!include <$(ACE_ROOT)\include\makeinclude\build_example.bor>
+!include <$(ACE_ROOT)\include\makeinclude\build_exe.bor>
#
# IDL Build rules