blob: 4eddf84d723fff01c1319cf0736c6feba646660b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# Makefile for building orbsvcs
#
DIRS = \
orbsvcs \
CosEvent_Service \
Event_Service \
Naming_Service \
Notify_Service \
Trading_Service
!include <$(ACE_ROOT)\include\makeinclude\recurse.bor>
|