diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-04-12 08:04:06 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2011-04-12 08:04:06 +0000 |
commit | c7da0c91006693e3a8e3bc9bc9c82b91a3b8f76a (patch) | |
tree | afaaa4d2551df57fc819c9f70da01a8b6c46c52a /TAO | |
parent | 682b6c8985bc063e2a7b4aa372656b7312f4294b (diff) | |
download | ATCD-c7da0c91006693e3a8e3bc9bc9c82b91a3b8f76a.tar.gz |
Tue Apr 12 08:03:01 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* TAO_IDL/tao_idl.mpc:
* TAO_IDL/tao_idl_be.mpc:
Enable again in cross build
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 6 | ||||
-rw-r--r-- | TAO/TAO_IDL/tao_idl.mpc | 2 | ||||
-rw-r--r-- | TAO/TAO_IDL/tao_idl_be.mpc | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 79bbbaf7983..548529fd69d 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,9 @@ +Tue Apr 12 08:03:01 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl> + + * TAO_IDL/tao_idl.mpc: + * TAO_IDL/tao_idl_be.mpc: + Enable again in cross build + Mon Apr 11 18:29:55 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl> * TAO_IDL/tao_idl.mpc: diff --git a/TAO/TAO_IDL/tao_idl.mpc b/TAO/TAO_IDL/tao_idl.mpc index bd73ce8d1ec..eb639ab384f 100644 --- a/TAO/TAO_IDL/tao_idl.mpc +++ b/TAO/TAO_IDL/tao_idl.mpc @@ -1,7 +1,7 @@ // -*- MPC -*-cr // $Id$ -project(TAO_IDL_EXE) : aceexe, install, tao_output, crosscompile, tao_idl_fe { +project(TAO_IDL_EXE) : aceexe, install, tao_output, tao_idl_fe { exename = tao_idl libs += TAO_IDL_BE exeout = $(ACE_ROOT)/bin diff --git a/TAO/TAO_IDL/tao_idl_be.mpc b/TAO/TAO_IDL/tao_idl_be.mpc index 070fc48e8b3..cb3b1ab0aa6 100644 --- a/TAO/TAO_IDL/tao_idl_be.mpc +++ b/TAO/TAO_IDL/tao_idl_be.mpc @@ -1,7 +1,7 @@ // -*- MPC -*- // $Id$ -project(TAO_IDL_BE) : acelib, conv_lib, tao_output, crosscompile, tao_vc8warnings, tao_idl_fe { +project(TAO_IDL_BE) : acelib, conv_lib, tao_output, tao_vc8warnings, tao_idl_fe { sharedname = TAO_IDL_BE dynamicflags += TAO_IDL_BE_BUILD_DLL includes += $(TAO_ROOT) |