diff options
author | Adam Mitz <mitza@objectcomputing.com> | 2021-07-22 15:00:34 -0500 |
---|---|---|
committer | Adam Mitz <mitza@objectcomputing.com> | 2021-07-22 15:03:54 -0500 |
commit | c6ed7d4b48bbc7bb5ad1a5e390c080dd2169690b (patch) | |
tree | 904e9030ffd9b99d3c7bcf491ed9d6fa7af0135f /TAO | |
parent | 43904ad8613e8b56fc352bff3d0c1cae4bb31b9f (diff) | |
download | ATCD-c6ed7d4b48bbc7bb5ad1a5e390c080dd2169690b.tar.gz |
Updated tao_idl_fe base project.
Projects that use tao_idl_fe need TAO_ROOT on preprocessor include
path, due to the recent change to idl_defines.h including
idl_features.h from tao.
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/MPC/config/tao_idl_fe.mpb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/MPC/config/tao_idl_fe.mpb b/TAO/MPC/config/tao_idl_fe.mpb index 4c9ff5d1e6e..bcc73c92ef9 100644 --- a/TAO/MPC/config/tao_idl_fe.mpb +++ b/TAO/MPC/config/tao_idl_fe.mpb @@ -1,6 +1,6 @@ // -*- MPC -*- project: acelib, conv_lib { - includes += $(TAO_ROOT)/TAO_IDL/fe $(TAO_ROOT)/TAO_IDL/include + includes += $(TAO_ROOT)/TAO_IDL/fe $(TAO_ROOT)/TAO_IDL/include $(TAO_ROOT) after += TAO_IDL_FE libs += TAO_IDL_FE } |