summaryrefslogtreecommitdiff
path: root/TM_Daemon/TM_Daemon.mpc
blob: 9f89fa51a0a72dfe43f218305f87bf34cb8de137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
project(TM_Daemon_stub): dance_deployment_stub {
  sharedname = TM_Daemon_stub
  dynamicflags = TM_DAEMON_STUB_BUILD_DLL

  idlflags -= -GT
  idlflags += -St \
              -Wb,stub_export_macro=TM_DAEMON_STUB_Export \
              -Wb,stub_export_include=TM_Daemon_stub_export.h \
              -Wb,skel_export_macro=TM_DAEMON_SVNT_Export \
              -Wb,skel_export_include=TM_Daemon_svnt_export.h

  IDL_Files {
    TM_Daemon.idl
  }

  Source_Files {
    TM_DaemonC.cpp
  }
}