summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/CosEvent_Service/Makefile.bor
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/CosEvent_Service/Makefile.bor')
-rw-r--r--TAO/orbsvcs/CosEvent_Service/Makefile.bor16
1 files changed, 3 insertions, 13 deletions
diff --git a/TAO/orbsvcs/CosEvent_Service/Makefile.bor b/TAO/orbsvcs/CosEvent_Service/Makefile.bor
index bb8975745e3..56d5569b50d 100644
--- a/TAO/orbsvcs/CosEvent_Service/Makefile.bor
+++ b/TAO/orbsvcs/CosEvent_Service/Makefile.bor
@@ -7,20 +7,10 @@ NAME = CosEvent_Service
OBJFILES = \
$(OBJDIR)\CosEvent_Service.obj
-CFLAGS = \
- $(ACE_CFLAGS) \
- $(TAO_CFLAGS) \
- $(TAO_PORTABLESERVER_CFLAGS) \
- $(TAO_NAMING_CFLAGS) \
- $(TAO_RTEVENT_CFLAGS) \
- $(TAO_EVENT_CFLAGS)
+CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_NAMING_CFLAGS) \
+ $(TAO_RTEVENT_CFLAGS) $(TAO_EVENT_CFLAGS)
-LIBFILES = \
- $(ACE_LIB) \
- $(TAO_LIB) \
- $(TAO_PORTABLESERVER_LIB) \
- $(TAO_NAMING_LIB) \
- $(TAO_RTEVENT_LIB) \
+LIBFILES = $(ACE_LIB) $(TAO_LIB) $(TAO_NAMING_LIB) $(TAO_RTEVENT_LIB) \
$(TAO_EVENT_LIB)
CPPDIR = .