summaryrefslogtreecommitdiff
path: root/TAO/tests/OBV/Any/server.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/OBV/Any/server.bor')
-rw-r--r--TAO/tests/OBV/Any/server.bor8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tests/OBV/Any/server.bor b/TAO/tests/OBV/Any/server.bor
index fc88b968910..2ac66e7af3b 100644
--- a/TAO/tests/OBV/Any/server.bor
+++ b/TAO/tests/OBV/Any/server.bor
@@ -4,7 +4,7 @@
NAME = server
-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)\AnyC.obj \
@@ -15,12 +15,14 @@ OBJFILES = \
CFLAGS = \
$(ACE_CFLAGS) \
$(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS)
+ $(TAO_PORTABLESERVER_CFLAGS) \
+ $(TAO_VALUETYPE_CFLAGS)
LIBFILES = \
$(ACE_LIB) \
$(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB)
+ $(TAO_PORTABLESERVER_LIB) \
+ $(TAO_VALUETYPE_LIB)
IDLFILES = \
$(IDLDIR)\Any.idl