summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Factory/client.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Factory/client.bor')
-rw-r--r--TAO/tests/OBV/Factory/client.bor8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tests/OBV/Factory/client.bor b/TAO/tests/OBV/Factory/client.bor
index acaca38e75d..97d8b88cc1f 100644
--- a/TAO/tests/OBV/Factory/client.bor
+++ b/TAO/tests/OBV/Factory/client.bor
@@ -4,7 +4,7 @@
NAME = client
-TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Gv -Ge 1
+TAO_IDL = $(CORE_BINDIR)\tao_idl -g $(CORE_BINDIR)\gperf.exe -Ge 1
OBJFILES = \
$(OBJDIR)\FactoryC.obj \
@@ -13,11 +13,13 @@ OBJFILES = \
CFLAGS = \
$(ACE_CFLAGS) \
- $(TAO_CFLAGS)
+ $(TAO_CFLAGS) \
+ $(TAO_VALUETYPE_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
- $(TAO_LIB)
+ $(TAO_LIB) \
+ $(TAO_VALUETYPE_LIB)
IDLFILES = \
$(IDLDIR)\Factory.idl