summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-04-14 23:20:33 +0000
committerWilliam R. Otte <wotte@dre.vanderbilt.edu>2011-04-14 23:20:33 +0000
commit3bcb05be73f95fc762de68ffae41be00e90158ea (patch)
tree882c58dbd4d8c6da23d763bfbe09faa3593fd973
parentbea0b3481f6cbd8da6fd98d9aa75ab9bfa403435 (diff)
downloadATCD-3bcb05be73f95fc762de68ffae41be00e90158ea.tar.gz
Thu Apr 14 23:20:03 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
* tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc: Link fix for windows.
-rw-r--r--CIAO/ChangeLog6
-rw-r--r--CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc4
2 files changed, 8 insertions, 2 deletions
diff --git a/CIAO/ChangeLog b/CIAO/ChangeLog
index b807db01b32..f3b9e245d57 100644
--- a/CIAO/ChangeLog
+++ b/CIAO/ChangeLog
@@ -1,3 +1,9 @@
+Thu Apr 14 23:20:03 UTC 2011 William R. Otte <wotte@dre.vanderbilt.edu>
+
+ * tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc:
+
+ Link fix for windows.
+
Thu Apr 14 17:04:17 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* MPC/config/ndds_idltocpp.mpb:
diff --git a/CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc b/CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc
index 589149bb0b7..09a47961fd4 100644
--- a/CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc
+++ b/CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc
@@ -34,7 +34,7 @@ project(Launch_Failure_lem_stub) : ccm_svnt {
libs += Launch_Failure_stub
libout = ../lib
- libpaths += ../lib
+ libpaths += ../lib ../lib_stub
sharedname = Launch_Failure_lem_stub
dynamicflags += LAUNCH_FAILURE_LEM_STUB_BUILD_DLL
@@ -61,7 +61,7 @@ project(Launch_Failure_stub) : ccm_stub {
libs +=
libout = ../lib_stub
- libpaths += ../lib
+ libpaths += ../lib ../lib_stub
sharedname = Launch_Failure_stub
dynamicflags += LAUNCH_FAILURE_STUB_BUILD_DLL