diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-08 18:40:16 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-09-08 18:40:16 +0000 |
commit | de88797171897970202d65f2894f4e13315f2504 (patch) | |
tree | 37a1248384b798214fdad99731178e821e377ec8 /TAO/orbsvcs/Event_Service | |
parent | 68967200fcd6de338863bf41cc380904c432243e (diff) | |
download | ATCD-de88797171897970202d65f2894f4e13315f2504.tar.gz |
ChangeLogTag:Fri Sep 8 11:34:59 2000 Christopher Kohlhoff <chris@kohlhoff.com>
Diffstat (limited to 'TAO/orbsvcs/Event_Service')
-rw-r--r-- | TAO/orbsvcs/Event_Service/Makefile.bor | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/TAO/orbsvcs/Event_Service/Makefile.bor b/TAO/orbsvcs/Event_Service/Makefile.bor index b334cf1d9fe..48bce46349a 100644 --- a/TAO/orbsvcs/Event_Service/Makefile.bor +++ b/TAO/orbsvcs/Event_Service/Makefile.bor @@ -7,11 +7,23 @@ NAME = Event_Service OBJFILES = \ $(OBJDIR)\Event_Service.obj -CFLAGS = $(ACE_CFLAGS) $(TAO_CFLAGS) $(TAO_NAMING_CFLAGS) \ - $(TAO_RTSCHED_CFLAGS) $(TAO_RTEVENT_CFLAGS) $(TAO_RTOLDEVENT_CFLAGS) +CFLAGS = \ + $(ACE_CFLAGS) \ + $(TAO_CFLAGS) \ + $(TAO_PORTABLESERVER_CFLAGS) \ + $(TAO_NAMING_CFLAGS) \ + $(TAO_RTSCHED_CFLAGS) \ + $(TAO_RTEVENT_CFLAGS) \ + $(TAO_RTOLDEVENT_CFLAGS) -LIBFILES = $(ACE_LIB) $(TAO_LIB) $(TAO_NAMING_LIB) $(TAO_RTSCHED_LIB) \ - $(TAO_RTEVENT_LIB) $(TAO_RTOLDEVENT_LIB) +LIBFILES = \ + $(ACE_LIB) \ + $(TAO_LIB) \ + $(TAO_PORTABLESERVER_LIB) \ + $(TAO_NAMING_LIB) \ + $(TAO_RTSCHED_LIB) \ + $(TAO_RTEVENT_LIB) \ + $(TAO_RTOLDEVENT_LIB) CPPDIR = . |