Commits

Scott Wegner committed 8fb201dd657
[svn-r14842] 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. Tested: VS2005 on WinXP