diff options
author | nshankar <nshankar@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-03-08 23:19:18 +0000 |
---|---|---|
committer | nshankar <nshankar@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2007-03-08 23:19:18 +0000 |
commit | e7d06756045ba737cef79217aa8ef19f7ad7b307 (patch) | |
tree | ba61079ad5acf9c24b47cbce65ea364a9fd2a2df /common/RACE_common.mpc | |
parent | 7be287d5954253f7a27af0c34e9053643ca1cc3b (diff) | |
download | ATCD-ATC_RACE.tar.gz |
Thu Mar 8 23:17:24 UTC 2007 Nishanth Shankaran <nshankar@nospam.com>ATC_RACE
Diffstat (limited to 'common/RACE_common.mpc')
-rw-r--r-- | common/RACE_common.mpc | 54 |
1 files changed, 35 insertions, 19 deletions
diff --git a/common/RACE_common.mpc b/common/RACE_common.mpc index 924d1901584..2c736a04b58 100644 --- a/common/RACE_common.mpc +++ b/common/RACE_common.mpc @@ -1,49 +1,65 @@ -project(RACE_common_stub): ciao_deployment_stub { +// 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 +// sharedname = RACE_common_stub +// idlflags += -Wb,stub_export_macro=RACE_COMMON_STUB_Export \ +// -Wb,stub_export_include=RACE_common_stub_export.h - dynamicflags = RACE_COMMON_STUB_BUILD_DLL +// dynamicflags = RACE_COMMON_STUB_BUILD_DLL - IDL_Files { - RACE_common.idl - } +// IDL_Files { +// RACE_common.idl +// } - Source_Files { - RACE_commonC.cpp - } +// Source_Files { +// RACE_commonC.cpp +// } - Header_Files { - RACE_commonC.h - } +// Header_Files { +// RACE_commonC.h +// } - Inline_Files { - RACE_commonC.inl - } -} +// Inline_Files { +// RACE_commonC.inl +// } +// } project(OpString_stub): ciao_deployment_stub { sharedname = OpString_stub idlflags += -Wb,stub_export_macro=OPSTRING_STUB_Export \ - -Wb,stub_export_include=OpString_stub_export.h + -Wb,stub_export_include=OpString_stub_export.h \ + -I $(CIAO_ROOT)/DAnCE/Deployment dynamicflags = OPSTRING_STUB_BUILD_DLL IDL_Files { OpString.idl + Goal.idl + QoS.idl + Time.idl } Header_Files { OpStringC.h + GoalC.h + QoSC.h + TimeC.h + } Inline_Files { OpStringC.inl + GoalC.inl + QoSC.inl + TimeC.inl + } Source_Files { OpStringC.cpp + GoalC.cpp + QoSC.cpp + TimeC.cpp + } } |