From a8bb112f012100e88da4d7d4769cabef6e0eb4d2 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Sat, 22 Oct 2011 11:47:32 +0000 Subject: Fixed windows --- TAO/tao/IORManipulation/IORManipulation.mpc | 2 +- TAO/tao/IORTable/IORTable.mpc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TAO/tao/IORManipulation/IORManipulation.mpc b/TAO/tao/IORManipulation/IORManipulation.mpc index 59de2cd291a..44643141187 100644 --- a/TAO/tao/IORManipulation/IORManipulation.mpc +++ b/TAO/tao/IORManipulation/IORManipulation.mpc @@ -22,7 +22,7 @@ project(*idl) : tao_versioning_idl_defaults, install { project(IORManipulation) : taolib, tao_output, install, anytypecode, taoidldefaults { after += *idl sharedname = TAO_IORManip - dynamicflags += TAO_IORMANIP_BUILD_DLL + dynamicflags += TAO_IORManip_BUILD_DLL Source_Files { *.cpp diff --git a/TAO/tao/IORTable/IORTable.mpc b/TAO/tao/IORTable/IORTable.mpc index 682954ac040..7ab07c8d446 100644 --- a/TAO/tao/IORTable/IORTable.mpc +++ b/TAO/tao/IORTable/IORTable.mpc @@ -20,7 +20,7 @@ project(*core_idl) : tao_versioning_idl_defaults, install { project(IORTable) : taolib, tao_output, install, taoidldefaults { after += *core_idl sharedname = TAO_IORTable - dynamicflags += TAO_IORTABLE_BUILD_DLL + dynamicflags += TAO_IORTable_BUILD_DLL Source_Files { *.cpp -- cgit v1.2.1