summaryrefslogtreecommitdiff
path: root/common/RACE_common.mpc
blob: 5ad2bc13d91b7930fbf2da997b0973b491b70e76 (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
//project(RACE_common_stub): taolib_with_idl, anytypecode {
project(RACE_common_stub): ciao_deployment_stub {

  sharedname = RACE_common_stub
  idlflags += -Wb,stub_export_macro=RACE_COMMON_STUB_Export \
              -Wb,stub_export_include=RACE_common_stub_export.h \
              -SS
  dynamicflags   = RACE_COMMON_STUB_BUILD_DLL

  IDL_Files {
    RACE_common.idl
  }

  Source_Files {
    RACE_commonC.cpp
  }

  Header_Files {
    RACE_commonC.h
  }

  Inline_Files {
    RACE_commonC.inl
  }
}