summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2010-09-16 15:03:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2010-09-16 15:03:17 +0000
commitc6433c9e239f597c93bf620561744e83acdb16e9 (patch)
tree5c6c233fd94ffd053fa114a93eea314cc0c2f235 /TAO
parent3ec7a8937bbb2aab5088caf624ea9dfaf238b2f2 (diff)
downloadATCD-c6433c9e239f597c93bf620561744e83acdb16e9.tar.gz
Thu Sep 16 14:59:33 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/TransportCurrent/TC.mpc: * tao/TransportCurrent/TC_IIOP.mpc: Reduced the number of files generated
Diffstat (limited to 'TAO')
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/tao/TransportCurrent/TC.mpc5
-rw-r--r--TAO/tao/TransportCurrent/TC_IIOP.mpc3
3 files changed, 9 insertions, 5 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d6c443cc316..3e429203f2a 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Sep 16 14:59:33 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * tao/TransportCurrent/TC.mpc:
+ * tao/TransportCurrent/TC_IIOP.mpc:
+ Reduced the number of files generated
+
Thu Sep 16 14:54:19 UTC 2010 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/TransportCurrent/TC.mpc:
diff --git a/TAO/tao/TransportCurrent/TC.mpc b/TAO/tao/TransportCurrent/TC.mpc
index a98b07f4fbf..46b3b6c905c 100644
--- a/TAO/tao/TransportCurrent/TC.mpc
+++ b/TAO/tao/TransportCurrent/TC.mpc
@@ -4,8 +4,8 @@ project(*idl) : taolib_with_idl, tao_versioning_idl_defaults {
IDL_Files {
idlflags += -Wb,export_include=tao/TransportCurrent/Transport_Current_Export.h \
-Wb,export_macro=TAO_Transport_Current_Export \
- -iC tao/TransportCurrent -I./TransportCurrent
- idlflags -= -Sa -St -Sci -SS
+ -iC tao/TransportCurrent -I./TransportCurrent -SS -Sci
+ idlflags -= -Sa -St
TC.idl
}
@@ -37,7 +37,6 @@ project(TC) : taolib_with_idl, tao_output, taoidldefaults, install, interceptors
Inline_Files {
TCC.inl
- TCS.inl
}
IDL_Files {
diff --git a/TAO/tao/TransportCurrent/TC_IIOP.mpc b/TAO/tao/TransportCurrent/TC_IIOP.mpc
index 3e6450dafb1..57e39919a96 100644
--- a/TAO/tao/TransportCurrent/TC_IIOP.mpc
+++ b/TAO/tao/TransportCurrent/TC_IIOP.mpc
@@ -4,7 +4,7 @@ project(*idl) : tao_versioning_idl_defaults {
IDL_Files {
idlflags += -Wb,export_include=tao/TransportCurrent/Transport_Current_Export.h \
-Wb,export_macro=TAO_Transport_Current_Export \
- -iC tao/TransportCurrent -I./TransportCurrent
+ -iC tao/TransportCurrent -I./TransportCurrent -SS -Sci
idlflags -= -Sa -St
TC_IIOP.idl
@@ -40,6 +40,5 @@ project(TC_IIOP) : taolib_with_idl, tao_output, taoidldefaults, install, tc, int
Inline_Files {
TC_IIOPC.inl
- TC_IIOPS.inl
}
}