Fixed Debug x64.

Also some minor changes to the installer and Rainmeter.cpp.
This commit is contained in:
Birunthan Mohanathas
2010-10-30 11:21:19 +00:00
parent f430b9ebb2
commit 461f8757c1
21 changed files with 215 additions and 199 deletions

View File

@ -500,7 +500,7 @@
MkTypLibCompatible="true"
SuppressStartupBanner="true"
TargetEnvironment="3"
TypeLibraryName=".\x32/Debug/PluginAdvancedCPU.tlb"
TypeLibraryName=".\x64/Debug/PluginAdvancedCPU.tlb"
HeaderFileName=""
/>
<Tool
@ -510,10 +510,10 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
PrecompiledHeaderFile=".\x32/Debug/PluginAdvancedCPU.pch"
AssemblerListingLocation=".\x32/Debug/"
ObjectFile=".\x32/Debug/"
ProgramDataBaseFileName=".\x32/Debug/"
PrecompiledHeaderFile=".\x64/Debug/PluginAdvancedCPU.pch"
AssemblerListingLocation=".\x64/Debug/"
ObjectFile=".\x64/Debug/"
ProgramDataBaseFileName=".\x64/Debug/"
WarningLevel="3"
SuppressStartupBanner="true"
DebugInformationFormat="3"
@ -531,12 +531,12 @@
/>
<Tool
Name="VCLinkerTool"
OutputFile="../../TestBench/x32/Debug/Plugins/AdvancedCPU.dll"
OutputFile="../../TestBench/x64/Debug/Plugins/AdvancedCPU.dll"
LinkIncremental="1"
SuppressStartupBanner="true"
GenerateDebugInformation="true"
ProgramDatabaseFile=".\x32/Debug/AdvancedCPU.pdb"
ImportLibrary=".\x32/Debug/AdvancedCPU.lib"
ProgramDatabaseFile=".\x64/Debug/AdvancedCPU.pdb"
ImportLibrary=".\x64/Debug/AdvancedCPU.lib"
TargetMachine="17"
/>
<Tool