diff options
author | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-12-20 21:05:46 +0000 |
---|---|---|
committer | iliyan <iliyan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-12-20 21:05:46 +0000 |
commit | 1cf9178e1133fb4a6fb26c46e67d738f393ec4d6 (patch) | |
tree | c3dfe3d6525a62598d92882219125e83d10e4b3a /TAO/tao/TC_IIOP.mpc | |
parent | df99298c69c414d303d7c6ca9207072b98a3388d (diff) | |
download | ATCD-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.mpc | 8 |
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 } |