summaryrefslogtreecommitdiff
path: root/CIAO/ciao/FTComponentServer/AppMonitor/AppMonitor.mpc
blob: b8b5c4d32bfd1a2ddd2fb90aab0257ae2096f1d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
project (AppMonitor) : taolib, taoidldefaults, ciao_lib, naming {

  idlflags += -Wb,export_macro=AppMonitor_Export -Wb,export_include=appmonitor_export.h
  macros   += APPMONITOR_BUILD_DLL
  includes += ..

  IDL_Files {
    monitor.idl
  }

  Source_Files {
    monitorC.cpp
    AppSideMonitor_Handler.cpp
    AppSideMonitor_Thread.cpp
    AppSideReg.cpp
  }
}