summaryrefslogtreecommitdiff
path: root/TAO_IDL/tao_idl_be.mpc
diff options
context:
space:
mode:
Diffstat (limited to 'TAO_IDL/tao_idl_be.mpc')
-rw-r--r--TAO_IDL/tao_idl_be.mpc4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO_IDL/tao_idl_be.mpc b/TAO_IDL/tao_idl_be.mpc
index 9ddc3b9f51b..cb3b1ab0aa6 100644
--- a/TAO_IDL/tao_idl_be.mpc
+++ b/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)
@@ -15,7 +15,7 @@ project(TAO_IDL_BE) : acelib, conv_lib, tao_output, crosscompile, tao_vc8warning
specific {
// Override the template value for optimize. Building the backend
// with optimization turned on doesn't seem to work (at least not with
- // vc6 or vc71). This is due to the use of addresses of static objecs
+ // vc6 or vc71). This is due to the use of addresses of static objects
// within the code.
optimize =
}