summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-11-24 06:27:23 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-11-24 06:27:23 +0000
commit94a79aa369af3b2c78cab49b1b066689b1eda8f3 (patch)
tree8fd54bfede8250b4405bee2d5772b8cf7e0f9d37
parent31ba56cec3b0f9eb291b05ef23a3ecd83c9b7238 (diff)
downloadATCD-94a79aa369af3b2c78cab49b1b066689b1eda8f3.tar.gz
Fri Nov 24 06:27:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/tao/tao.mpc6
1 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/tao.mpc b/TAO/tao/tao.mpc
index a1b464fae73..9f1daf9594e 100644
--- a/TAO/tao/tao.mpc
+++ b/TAO/tao/tao.mpc
@@ -631,13 +631,17 @@ project(TAO) : acelib, core, tao_output, taodefaults, pidl, extra_core, tao_vers
OctetSeq.pidl >> AnyTypeCode/OctetSeqA.h AnyTypeCode/OctetSeqA.cpp
ShortSeq.pidl >> AnyTypeCode/ShortSeqA.h AnyTypeCode/ShortSeqA.cpp
StringSeq.pidl >> AnyTypeCode/StringSeqA.h AnyTypeCode/StringSeqA.cpp
- ULongLongSeq.pidl >> AnyTypeCode/ULongLongSeqA.h AnyTypeCode/ULongLongSeqA.cpp
ULongSeq.pidl >> AnyTypeCode/ULongSeqA.h AnyTypeCode/ULongSeqA.cpp
UShortSeq.pidl >> AnyTypeCode/UShortSeqA.h AnyTypeCode/UShortSeqA.cpp
WCharSeq.pidl >> AnyTypeCode/WCharSeqA.h AnyTypeCode/WCharSeqA.cpp
WStringSeq.pidl >> AnyTypeCode/WStringSeqA.h AnyTypeCode/WStringSeqA.cpp
}
+ IDL_Files {
+ idlflags += -Sci
+ ULongLongSeq.pidl >> AnyTypeCode/ULongLongSeqA.h AnyTypeCode/ULongLongSeqA.cpp
+ }
+
// These headers are generated by the above *.pidl files.
Header_Files {
AnyTypeCode/GIOPA.h