Skip to content

Commit

Permalink
Fixed import library location
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jan 9, 2012
1 parent db7fb5b commit 13606a9
Showing 1 changed file with 36 additions and 44 deletions.
80 changes: 36 additions & 44 deletions VisualC/showimage/showimage.vcproj
Expand Up @@ -76,8 +76,6 @@
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/showimage.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
Expand Down Expand Up @@ -105,9 +103,9 @@
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
Name="Debug|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
Expand All @@ -127,31 +125,30 @@
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="NDEBUG"
PreprocessorDefinitions="_DEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="1"
TypeLibraryName=".\Release/showimage.tlb"
TargetEnvironment="3"
TypeLibraryName=".\Debug/showimage.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\Release/showimage.pch"
PrecompiledHeaderFile=".\Debug/showimage.pch"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="NDEBUG"
PreprocessorDefinitions="_DEBUG"
Culture="1033"
/>
<Tool
Expand All @@ -160,12 +157,11 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDLmain.lib"
LinkIncremental="1"
ProgramDatabaseFile=".\Release/showimage.pdb"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/showimage.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
TargetMachine="17"
/>
<Tool
Name="VCALinkTool"
Expand All @@ -179,7 +175,7 @@
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\Release/showimage.bsc"
OutputFile=".\Debug/showimage.bsc"
/>
<Tool
Name="VCFxCopTool"
Expand All @@ -192,9 +188,9 @@
/>
</Configuration>
<Configuration
Name="Debug|x64"
OutputDirectory="$(PlatformName)\$(ConfigurationName)"
IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
Name="Release|Win32"
OutputDirectory=".\Release"
IntermediateDirectory=".\Release"
ConfigurationType="1"
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC60.vsprops"
UseOfMFC="0"
Expand All @@ -214,30 +210,31 @@
/>
<Tool
Name="VCMIDLTool"
PreprocessorDefinitions="_DEBUG"
PreprocessorDefinitions="NDEBUG"
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\Debug/showimage.tlb"
TargetEnvironment="1"
TypeLibraryName=".\Release/showimage.tlb"
HeaderFileName=""
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
MinimalRebuild="true"
Optimization="2"
InlineFunctionExpansion="1"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
StringPooling="true"
RuntimeLibrary="2"
PrecompiledHeaderFile=".\Debug/showimage.pch"
EnableFunctionLevelLinking="true"
PrecompiledHeaderFile=".\Release/showimage.pch"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
PreprocessorDefinitions="_DEBUG"
PreprocessorDefinitions="NDEBUG"
Culture="1033"
/>
<Tool
Expand All @@ -246,13 +243,10 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="SDL.lib SDLmain.lib"
LinkIncremental="2"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Debug/showimage.pdb"
LinkIncremental="1"
ProgramDatabaseFile=".\Release/showimage.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="17"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
Expand All @@ -266,7 +260,7 @@
<Tool
Name="VCBscMakeTool"
SuppressStartupBanner="true"
OutputFile=".\Debug/showimage.bsc"
OutputFile=".\Release/showimage.bsc"
/>
<Tool
Name="VCFxCopTool"
Expand Down Expand Up @@ -336,8 +330,6 @@
AdditionalDependencies="SDL.lib SDLmain.lib"
ProgramDatabaseFile=".\Release/showimage.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="17"
/>
<Tool
Expand Down Expand Up @@ -383,15 +375,15 @@
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
Name="Debug|x64"
>
<Tool
Name="VCCLCompilerTool"
PreprocessorDefinitions=""
/>
</FileConfiguration>
<FileConfiguration
Name="Debug|x64"
Name="Release|Win32"
>
<Tool
Name="VCCLCompilerTool"
Expand Down

0 comments on commit 13606a9

Please sign in to comment.