Fix build break

This commit is contained in:
Rom Walton 2012-12-28 14:10:22 -05:00 committed by Oliver Bock
parent 2cb28a822c
commit 78ed97fd84
2 changed files with 5 additions and 5 deletions

View File

@ -454,7 +454,7 @@ int main(int argc, char** argv) {
// Record if anonymous platform was used. // Record if anonymous platform was used.
// //
if (boinc_file_exists(aid.project_dir + "/app_info.xml")) { if (boinc_file_exists((std::string(aid.project_dir) + std::string("/app_info.xml")).c_str())) {
fprintf( fprintf(
stderr, stderr,
"%s Detected: Anonymous Platform Enabled\n", "%s Detected: Anonymous Platform Enabled\n",

View File

@ -82,13 +82,13 @@
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib psapi.lib" AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib psapi.lib"
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26014_windows_intelx86.exe" OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26015_windows_intelx86.exe"
LinkIncremental="0" LinkIncremental="0"
SuppressStartupBanner="true" SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true" IgnoreAllDefaultLibraries="true"
DelayLoadDLLs="" DelayLoadDLLs=""
GenerateDebugInformation="true" GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26014_windows_intelx86.pdb" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26015_windows_intelx86.pdb"
SubSystem="2" SubSystem="2"
TargetMachine="1" TargetMachine="1"
/> />
@ -183,13 +183,13 @@
<Tool <Tool
Name="VCLinkerTool" Name="VCLinkerTool"
AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib psapi.lib" AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib psapi.lib"
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26014_windows_x86_64.exe" OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26015_windows_x86_64.exe"
LinkIncremental="0" LinkIncremental="0"
SuppressStartupBanner="true" SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true" IgnoreAllDefaultLibraries="true"
DelayLoadDLLs="" DelayLoadDLLs=""
GenerateDebugInformation="true" GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26014_windows_x86_64.pdb" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_26015_windows_x86_64.pdb"
SubSystem="2" SubSystem="2"
TargetMachine="17" TargetMachine="17"
/> />