[svn-r14099] Purpose: Fix Windows libtest_cstubdll output directory

Description:
Previously, the libtest_cstubdll project was creating the DLL in the project directory, rather than the Output directory.  This was a simple typo, and not caught previously because past builds had the DLL installed.  Cleaning up our batch files will make this easier to catch in the future.

Tested:
VS2005 on WinXP x64
This commit is contained in:
Scott Wegner 2007-08-22 09:56:39 -05:00
parent 10dcf4b0e1
commit 2f47d558d1

View File

@ -78,7 +78,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="libtest_cstubdll.dll"
OutputFile="$(OutDir)\libtest_cstubdll.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../../fortran/test/libtest_cstubdll/Release/libtest_cstubdll.pdb"
@ -172,7 +172,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="libtest_cstubdll.dll"
OutputFile="$(OutDir)\libtest_cstubdll.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
ProgramDatabaseFile=".\../../../../fortran/test/libtest_cstubdll/Release/libtest_cstubdll.pdb"
@ -265,7 +265,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="libtest_cstubddll.dll"
OutputFile="$(OutDir)\libtest_cstubddll.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
@ -359,7 +359,7 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="libtest_cstubddll.dll"
OutputFile="$(OutDir)\libtest_cstubddll.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"