From 37d75142e38750e1598f51d065510084bd48e114 Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Mon, 14 Apr 2008 12:02:10 -0500 Subject: [svn-r14841] Purpose: Fix Windows Fortran examples runtime libraries Description: In the Windows Fortran example projects, the runtime library used for linking static-debug version was set incorrectly. This was a result of the project being upgraded from VS6 where we used Single-threaded libraries. Those libraries are no longer supported, so we use [Debug] Multithreaded [DLL] now instead. Note that this also needs to be updated in the VS.NET project files-- I will make those changes shortly. Tested: VS2005 on WinXP --- .../attreexampletest/attreexampletest.vfproj | 40 +++++++++++----------- .../attreexampletestdll/attreexampletestdll.vfproj | 36 +++++++++---------- .../examples/compoundtest/compoundtest.vfproj | 40 +++++++++++----------- .../compoundtestdll/compoundtestdll.vfproj | 36 +++++++++---------- .../dsetexampletest/dsetexampletest.vfproj | 40 +++++++++++----------- .../dsetexampletestdll/dsetexampletestdll.vfproj | 36 +++++++++---------- .../fileexampletest/fileexampletest.vfproj | 40 +++++++++++----------- .../fileexampletestdll/fileexampletestdll.vfproj | 36 +++++++++---------- .../groupexampletest/groupexampletest.vfproj | 40 +++++++++++----------- .../groupexampletestdll/groupexampletestdll.vfproj | 36 +++++++++---------- .../grpdsetexampletest/grpdsetexampletest.vfproj | 40 +++++++++++----------- .../grpdsetexampletestdll.vfproj | 36 +++++++++---------- .../fortran/examples/grpittest/grpittest.vfproj | 40 +++++++++++----------- .../examples/grpittestdll/grpittestdll.vfproj | 36 +++++++++---------- .../grpsexampletest/grpsexampletest.vfproj | 40 +++++++++++----------- .../grpsexampletestdll/grpsexampletestdll.vfproj | 36 +++++++++---------- .../examples/hyperslabtest/hyperslabtest.vfproj | 40 +++++++++++----------- .../hyperslabtestdll/hyperslabtestdll.vfproj | 36 +++++++++---------- .../mountexampletest/mountexampletest.vfproj | 40 +++++++++++----------- .../mountexampletestdll/mountexampletestdll.vfproj | 36 +++++++++---------- .../refobjexampletest/refobjexampletest.vfproj | 40 +++++++++++----------- .../refobjexampletestdll.vfproj | 36 +++++++++---------- .../refregexampletest/refregexampletest.vfproj | 40 +++++++++++----------- .../refregexampletestdll.vfproj | 36 +++++++++---------- .../rwdsetexampletest/rwdsetexampletest.vfproj | 40 +++++++++++----------- .../rwdsetexampletestdll.vfproj | 36 +++++++++---------- .../examples/selecteletest/selecteletest.vfproj | 40 +++++++++++----------- .../selecteletestdll/selecteletestdll.vfproj | 36 +++++++++---------- 28 files changed, 532 insertions(+), 532 deletions(-) diff --git a/windows/fortran/examples/attreexampletest/attreexampletest.vfproj b/windows/fortran/examples/attreexampletest/attreexampletest.vfproj index 71e547e..5ab3c67 100644 --- a/windows/fortran/examples/attreexampletest/attreexampletest.vfproj +++ b/windows/fortran/examples/attreexampletest/attreexampletest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/attreexampletestdll/attreexampletestdll.vfproj b/windows/fortran/examples/attreexampletestdll/attreexampletestdll.vfproj index 2941411..186e880 100644 --- a/windows/fortran/examples/attreexampletestdll/attreexampletestdll.vfproj +++ b/windows/fortran/examples/attreexampletestdll/attreexampletestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + diff --git a/windows/fortran/examples/compoundtest/compoundtest.vfproj b/windows/fortran/examples/compoundtest/compoundtest.vfproj index 6cbd858..be0bf80 100644 --- a/windows/fortran/examples/compoundtest/compoundtest.vfproj +++ b/windows/fortran/examples/compoundtest/compoundtest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/compoundtestdll/compoundtestdll.vfproj b/windows/fortran/examples/compoundtestdll/compoundtestdll.vfproj index 49605a9..0afe8ff 100644 --- a/windows/fortran/examples/compoundtestdll/compoundtestdll.vfproj +++ b/windows/fortran/examples/compoundtestdll/compoundtestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + diff --git a/windows/fortran/examples/dsetexampletest/dsetexampletest.vfproj b/windows/fortran/examples/dsetexampletest/dsetexampletest.vfproj index 642a5ee..1c0f48b 100644 --- a/windows/fortran/examples/dsetexampletest/dsetexampletest.vfproj +++ b/windows/fortran/examples/dsetexampletest/dsetexampletest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/dsetexampletestdll/dsetexampletestdll.vfproj b/windows/fortran/examples/dsetexampletestdll/dsetexampletestdll.vfproj index 0c525ec..3ad1b8d 100644 --- a/windows/fortran/examples/dsetexampletestdll/dsetexampletestdll.vfproj +++ b/windows/fortran/examples/dsetexampletestdll/dsetexampletestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + diff --git a/windows/fortran/examples/fileexampletest/fileexampletest.vfproj b/windows/fortran/examples/fileexampletest/fileexampletest.vfproj index 2e42130..6427bfb 100644 --- a/windows/fortran/examples/fileexampletest/fileexampletest.vfproj +++ b/windows/fortran/examples/fileexampletest/fileexampletest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/fileexampletestdll/fileexampletestdll.vfproj b/windows/fortran/examples/fileexampletestdll/fileexampletestdll.vfproj index 270081c..ec59134 100644 --- a/windows/fortran/examples/fileexampletestdll/fileexampletestdll.vfproj +++ b/windows/fortran/examples/fileexampletestdll/fileexampletestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + diff --git a/windows/fortran/examples/groupexampletest/groupexampletest.vfproj b/windows/fortran/examples/groupexampletest/groupexampletest.vfproj index dffd7b7..000a6ed 100644 --- a/windows/fortran/examples/groupexampletest/groupexampletest.vfproj +++ b/windows/fortran/examples/groupexampletest/groupexampletest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/groupexampletestdll/groupexampletestdll.vfproj b/windows/fortran/examples/groupexampletestdll/groupexampletestdll.vfproj index 0390a02..b567ac2 100644 --- a/windows/fortran/examples/groupexampletestdll/groupexampletestdll.vfproj +++ b/windows/fortran/examples/groupexampletestdll/groupexampletestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + diff --git a/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.vfproj b/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.vfproj index 8391b35..c897e60 100644 --- a/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.vfproj +++ b/windows/fortran/examples/grpdsetexampletest/grpdsetexampletest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.vfproj b/windows/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.vfproj index e2f6cba..4aa60f5 100644 --- a/windows/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.vfproj +++ b/windows/fortran/examples/grpdsetexampletestdll/grpdsetexampletestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + diff --git a/windows/fortran/examples/grpittest/grpittest.vfproj b/windows/fortran/examples/grpittest/grpittest.vfproj index 2f9af7e..4df93ef 100644 --- a/windows/fortran/examples/grpittest/grpittest.vfproj +++ b/windows/fortran/examples/grpittest/grpittest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/grpittestdll/grpittestdll.vfproj b/windows/fortran/examples/grpittestdll/grpittestdll.vfproj index 8ca49e5..ceaea49 100644 --- a/windows/fortran/examples/grpittestdll/grpittestdll.vfproj +++ b/windows/fortran/examples/grpittestdll/grpittestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + diff --git a/windows/fortran/examples/grpsexampletest/grpsexampletest.vfproj b/windows/fortran/examples/grpsexampletest/grpsexampletest.vfproj index 2c49b6c..6548a7a 100644 --- a/windows/fortran/examples/grpsexampletest/grpsexampletest.vfproj +++ b/windows/fortran/examples/grpsexampletest/grpsexampletest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/grpsexampletestdll/grpsexampletestdll.vfproj b/windows/fortran/examples/grpsexampletestdll/grpsexampletestdll.vfproj index ba8d18c..7bcd3de 100644 --- a/windows/fortran/examples/grpsexampletestdll/grpsexampletestdll.vfproj +++ b/windows/fortran/examples/grpsexampletestdll/grpsexampletestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + diff --git a/windows/fortran/examples/hyperslabtest/hyperslabtest.vfproj b/windows/fortran/examples/hyperslabtest/hyperslabtest.vfproj index f6ed859..378e178 100644 --- a/windows/fortran/examples/hyperslabtest/hyperslabtest.vfproj +++ b/windows/fortran/examples/hyperslabtest/hyperslabtest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/hyperslabtestdll/hyperslabtestdll.vfproj b/windows/fortran/examples/hyperslabtestdll/hyperslabtestdll.vfproj index 76a8f14..bd71275 100644 --- a/windows/fortran/examples/hyperslabtestdll/hyperslabtestdll.vfproj +++ b/windows/fortran/examples/hyperslabtestdll/hyperslabtestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + diff --git a/windows/fortran/examples/mountexampletest/mountexampletest.vfproj b/windows/fortran/examples/mountexampletest/mountexampletest.vfproj index 666c906..ce6a9a0 100644 --- a/windows/fortran/examples/mountexampletest/mountexampletest.vfproj +++ b/windows/fortran/examples/mountexampletest/mountexampletest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/mountexampletestdll/mountexampletestdll.vfproj b/windows/fortran/examples/mountexampletestdll/mountexampletestdll.vfproj index 225ebdb..f80531b 100644 --- a/windows/fortran/examples/mountexampletestdll/mountexampletestdll.vfproj +++ b/windows/fortran/examples/mountexampletestdll/mountexampletestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + diff --git a/windows/fortran/examples/refobjexampletest/refobjexampletest.vfproj b/windows/fortran/examples/refobjexampletest/refobjexampletest.vfproj index 24f36d1..1d1ab1e 100644 --- a/windows/fortran/examples/refobjexampletest/refobjexampletest.vfproj +++ b/windows/fortran/examples/refobjexampletest/refobjexampletest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/refobjexampletestdll/refobjexampletestdll.vfproj b/windows/fortran/examples/refobjexampletestdll/refobjexampletestdll.vfproj index a3b7cab..b0d7517 100644 --- a/windows/fortran/examples/refobjexampletestdll/refobjexampletestdll.vfproj +++ b/windows/fortran/examples/refobjexampletestdll/refobjexampletestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + diff --git a/windows/fortran/examples/refregexampletest/refregexampletest.vfproj b/windows/fortran/examples/refregexampletest/refregexampletest.vfproj index 1fb300c..17b7969 100644 --- a/windows/fortran/examples/refregexampletest/refregexampletest.vfproj +++ b/windows/fortran/examples/refregexampletest/refregexampletest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/refregexampletestdll/refregexampletestdll.vfproj b/windows/fortran/examples/refregexampletestdll/refregexampletestdll.vfproj index 72db3cb..4672135 100644 --- a/windows/fortran/examples/refregexampletestdll/refregexampletestdll.vfproj +++ b/windows/fortran/examples/refregexampletestdll/refregexampletestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + diff --git a/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.vfproj b/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.vfproj index 8f46837..40d2f8c 100644 --- a/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.vfproj +++ b/windows/fortran/examples/rwdsetexampletest/rwdsetexampletest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.vfproj b/windows/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.vfproj index 35ff3bf..ee22d56 100644 --- a/windows/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.vfproj +++ b/windows/fortran/examples/rwdsetexampletestdll/rwdsetexampletestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + diff --git a/windows/fortran/examples/selecteletest/selecteletest.vfproj b/windows/fortran/examples/selecteletest/selecteletest.vfproj index d5466db..40c690a 100644 --- a/windows/fortran/examples/selecteletest/selecteletest.vfproj +++ b/windows/fortran/examples/selecteletest/selecteletest.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - - + + + - + - - - + + + diff --git a/windows/fortran/examples/selecteletestdll/selecteletestdll.vfproj b/windows/fortran/examples/selecteletestdll/selecteletestdll.vfproj index dabad78..d7d92aa 100644 --- a/windows/fortran/examples/selecteletestdll/selecteletestdll.vfproj +++ b/windows/fortran/examples/selecteletestdll/selecteletestdll.vfproj @@ -4,42 +4,42 @@ - - + + + - - - - - - + + + + + + - - - - + + + - + - - + + - + - - + + -- cgit v0.12