From 3bcb05be73f95fc762de68ffae41be00e90158ea Mon Sep 17 00:00:00 2001 From: "William R. Otte" Date: Thu, 14 Apr 2011 23:20:33 +0000 Subject: Thu Apr 14 23:20:03 UTC 2011 William R. Otte * tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc: Link fix for windows. --- CIAO/ChangeLog | 6 ++++++ CIAO/tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc | 4 ++-- 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 + + * tests/DAnCE/Launch-Failures/Component/Launch_Failure.mpc: + + Link fix for windows. + Thu Apr 14 17:04:17 UTC 2011 Johnny Willemsen * 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 -- cgit v1.2.1