blob: 69a9fe56a6b46441670bcb75c90875092441995d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
// -*- MPC -*-
// $Id$
project : orbsvcsexe, core, notification, naming {
exename = Notify_Service
Source_Files {
Notify_Server.cpp
Notify_Service.cpp
}
Header_Files {
Notify_Service.h
}
}
project(NT_Notify_Service) : orbsvcsexe, core, notification, naming {
exename = NT_Notify_Service
Source_Files {
Notify_Service.cpp
NT_Notify_Server.cpp
NT_Notify_Service.cpp
}
Header_Files {
Notify_Service.h
NT_Notify_Service.h
}
}
|