Mercurial > sdl-ios-xcode
changeset 4917:7dafe21ca5d4
Removed references to testwm
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 30 Nov 2010 12:04:01 -0800 |
parents | 3617cec7f0ee |
children | f5f70fed2c4c |
files | VisualC/tests/testpower/testpower_VS2005.vcproj VisualC/tests/testpower/testpower_VS2008.vcproj VisualC/tests/testpower/testpower_VS2010.vcxproj |
diffstat | 3 files changed, 10 insertions(+), 10 deletions(-) [+] |
line wrap: on
line diff
--- a/VisualC/tests/testpower/testpower_VS2005.vcproj Sun Nov 28 22:30:16 2010 -0500 +++ b/VisualC/tests/testpower/testpower_VS2005.vcproj Tue Nov 30 12:04:01 2010 -0800 @@ -41,7 +41,7 @@ MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" - TypeLibraryName=".\Debug/testwm.tlb" + TypeLibraryName=".\Debug/testpower.tlb" /> <Tool Name="VCCLCompilerTool" @@ -50,7 +50,7 @@ PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" RuntimeLibrary="2" UsePrecompiledHeader="0" - PrecompiledHeaderFile=".\Debug/testwm.pch" + PrecompiledHeaderFile=".\Debug/testpower.pch" AssemblerListingLocation=".\Debug/" ObjectFile=".\Debug/" ProgramDataBaseFileName=".\Debug/" @@ -73,7 +73,7 @@ <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" - OutputFile=".\Debug/testwm.exe" + OutputFile=".\Debug/testpower.exe" LinkIncremental="2" SuppressStartupBanner="true" GenerateDebugInformation="true"
--- a/VisualC/tests/testpower/testpower_VS2008.vcproj Sun Nov 28 22:30:16 2010 -0500 +++ b/VisualC/tests/testpower/testpower_VS2008.vcproj Tue Nov 30 12:04:01 2010 -0800 @@ -42,7 +42,7 @@ MkTypLibCompatible="true" SuppressStartupBanner="true" TargetEnvironment="1" - TypeLibraryName=".\Debug/testwm.tlb" + TypeLibraryName=".\Debug/testpower.tlb" /> <Tool Name="VCCLCompilerTool" @@ -51,7 +51,7 @@ PreprocessorDefinitions="WIN32,_DEBUG,_WINDOWS" RuntimeLibrary="2" UsePrecompiledHeader="0" - PrecompiledHeaderFile=".\Debug/testwm.pch" + PrecompiledHeaderFile=".\Debug/testpower.pch" AssemblerListingLocation=".\Debug/" ObjectFile=".\Debug/" ProgramDataBaseFileName=".\Debug/" @@ -74,7 +74,7 @@ <Tool Name="VCLinkerTool" AdditionalOptions="/MACHINE:I386" - OutputFile=".\Debug/testwm.exe" + OutputFile=".\Debug/testpower.exe" LinkIncremental="2" SuppressStartupBanner="true" GenerateDebugInformation="true"
--- a/VisualC/tests/testpower/testpower_VS2010.vcxproj Sun Nov 28 22:30:16 2010 -0500 +++ b/VisualC/tests/testpower/testpower_VS2010.vcxproj Tue Nov 30 12:04:01 2010 -0800 @@ -51,7 +51,7 @@ <MkTypLibCompatible>true</MkTypLibCompatible> <SuppressStartupBanner>true</SuppressStartupBanner> <TargetEnvironment>Win32</TargetEnvironment> - <TypeLibraryName>.\Debug/testwm.tlb</TypeLibraryName> + <TypeLibraryName>.\Debug/testpower.tlb</TypeLibraryName> </Midl> <ClCompile> <Optimization>Disabled</Optimization> @@ -60,7 +60,7 @@ <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> <PrecompiledHeader> </PrecompiledHeader> - <PrecompiledHeaderOutputFile>.\Debug/testwm.pch</PrecompiledHeaderOutputFile> + <PrecompiledHeaderOutputFile>.\Debug/testpower.pch</PrecompiledHeaderOutputFile> <AssemblerListingLocation>.\Debug/</AssemblerListingLocation> <ObjectFileName>.\Debug/</ObjectFileName> <ProgramDataBaseFileName>.\Debug/</ProgramDataBaseFileName> @@ -75,7 +75,7 @@ </ResourceCompile> <Link> <AdditionalOptions>/MACHINE:I386 %(AdditionalOptions)</AdditionalOptions> - <OutputFile>.\Debug/testwm.exe</OutputFile> + <OutputFile>.\Debug/testpower.exe</OutputFile> <SuppressStartupBanner>true</SuppressStartupBanner> <GenerateDebugInformation>true</GenerateDebugInformation> <ProgramDatabaseFile>.\Debug/testpower.pdb</ProgramDatabaseFile> @@ -131,4 +131,4 @@ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> <ImportGroup Label="ExtensionTargets"> </ImportGroup> -</Project> \ No newline at end of file +</Project>