summaryrefslogtreecommitdiff
path: root/TAO/tao/TC_IIOP.mpc
diff options
context:
space:
mode:
authoriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-20 21:05:46 +0000
committeriliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-12-20 21:05:46 +0000
commit1cf9178e1133fb4a6fb26c46e67d738f393ec4d6 (patch)
treec3dfe3d6525a62598d92882219125e83d10e4b3a /TAO/tao/TC_IIOP.mpc
parentdf99298c69c414d303d7c6ca9207072b98a3388d (diff)
downloadATCD-1cf9178e1133fb4a6fb26c46e67d738f393ec4d6.tar.gz
ChangeLogTag: Wed Dec 20 20:59:39 UTC 2006 Iliyan Jeliazkov <iliyan@ociweb.com>
Diffstat (limited to 'TAO/tao/TC_IIOP.mpc')
-rw-r--r--TAO/tao/TC_IIOP.mpc8
1 files changed, 5 insertions, 3 deletions
diff --git a/TAO/tao/TC_IIOP.mpc b/TAO/tao/TC_IIOP.mpc
index 3d00cd9c8d2..e39f544602b 100644
--- a/TAO/tao/TC_IIOP.mpc
+++ b/TAO/tao/TC_IIOP.mpc
@@ -24,10 +24,12 @@ project(*) : taolib_with_idl, tao_versioning_idl_defaults, core, interceptors, p
Template_Files {
}
- idlflags += -Wb,export_include=tao/TransportCurrent/Transport_Current_Export.h
- idlflags += -Wb,export_macro=TAO_Transport_Current_Export
-
IDL_Files {
+ idlflags += -Wb,export_include=tao/TransportCurrent/Transport_Current_Export.h \
+ -Wb,export_macro=TAO_Transport_Current_Export \
+ -o TransportCurrent -I./TransportCurrent
+ idlflags -= -Sa -St
+
TransportCurrent/TC_IIOP.idl
}