summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-22 11:47:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-22 11:47:32 +0000
commita8bb112f012100e88da4d7d4769cabef6e0eb4d2 (patch)
tree6199381d4305cad69f3b43e8058975e28a93a3a9
parent17c360e5cd1e071ea1723fffde354966f208c796 (diff)
downloadATCD-a8bb112f012100e88da4d7d4769cabef6e0eb4d2.tar.gz
Fixed windows
-rw-r--r--TAO/tao/IORManipulation/IORManipulation.mpc2
-rw-r--r--TAO/tao/IORTable/IORTable.mpc2
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