blob: 0c26ca42da4fa2edf162176b13783e04e0880878 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
project (NoModule_stub) : taoidldefaults, dds4ccm_ts_default {
sharedname = NoModule_stub
dynamicflags += NOMODULE_COMMON_STUB_BUILD_DLL
idlflags += -SS -Sci \
-Wb,stub_export_macro=NOMODULE_COMMON_STUB_Export \
-Wb,stub_export_include=NoModule_Common_stub_export.h
IDL_Files {
idlflags += -Gxhst
NoModule.idl
}
opendds_ts_flags += --export=NOMODULE_COMMON_STUB_Export
DDSGenerator_Files {
NoModule.idl
}
Source_Files {
}
}
|