From dccf63535b0da6d21bf73f61d953437ef4f2eca7 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Wed, 2 Mar 2016 09:56:57 -0500 Subject: [PATCH] WINBUILD: Make building wrapper/vboxwrapper/example_app all link under Visual Studio 2013 I apparently broke this when I removed a bunch of Win9x hacks and converted them into console based applications. --- win_build/uc2_vs2013.vcxproj | 8 ++++---- win_build/vboxwrapper_vs2013.vcxproj | 8 ++++---- win_build/wrapper_vs2013.vcxproj | 12 ++++++++---- 3 files changed, 16 insertions(+), 12 deletions(-) diff --git a/win_build/uc2_vs2013.vcxproj b/win_build/uc2_vs2013.vcxproj index d547115e6f..6a62ebd3e5 100644 --- a/win_build/uc2_vs2013.vcxproj +++ b/win_build/uc2_vs2013.vcxproj @@ -138,7 +138,7 @@ %(DelayLoadDLLs) true .\Build\$(Platform)\$(Configuration)\$(ProjectName).pdb - Windows + Console MachineX86 $(OutDir) @@ -188,7 +188,7 @@ %(DelayLoadDLLs) true .\Build\$(Platform)\$(Configuration)\$(ProjectName).pdb - Windows + Console MachineX64 $(OutDir) @@ -236,7 +236,7 @@ %(DelayLoadDLLs) true .\Build\$(Platform)\$(Configuration)\$(ProjectName).pdb - Windows + Console MachineX86 $(OutDir) @@ -282,7 +282,7 @@ %(DelayLoadDLLs) true .\Build\$(Platform)\$(Configuration)\$(ProjectName).pdb - Windows + Console MachineX64 $(OutDir) diff --git a/win_build/vboxwrapper_vs2013.vcxproj b/win_build/vboxwrapper_vs2013.vcxproj index a084ac160f..55e11465c1 100644 --- a/win_build/vboxwrapper_vs2013.vcxproj +++ b/win_build/vboxwrapper_vs2013.vcxproj @@ -149,7 +149,7 @@ %(DelayLoadDLLs) true $(TargetDir)\$(TargetName).pdb - Windows + Console MachineX86 $(TargetDir) @@ -201,7 +201,7 @@ %(DelayLoadDLLs) true $(TargetDir)\$(TargetName).pdb - Windows + Console MachineX64 $(TargetDir) @@ -249,7 +249,7 @@ %(DelayLoadDLLs) true $(TargetDir)\$(TargetName).pdb - Windows + Console MachineX86 $(TargetDir) @@ -297,7 +297,7 @@ %(DelayLoadDLLs) true $(TargetDir)\$(TargetName).pdb - Windows + Console MachineX64 $(TargetDir) diff --git a/win_build/wrapper_vs2013.vcxproj b/win_build/wrapper_vs2013.vcxproj index 6b0d87d93f..6ef0137bc3 100644 --- a/win_build/wrapper_vs2013.vcxproj +++ b/win_build/wrapper_vs2013.vcxproj @@ -128,6 +128,7 @@ ProgramDatabase CompileAsCpp boinc_win.h;%(ForcedIncludeFiles) + StdCall NDEBUG;%(PreprocessorDefinitions) @@ -142,7 +143,7 @@ %(DelayLoadDLLs) true .\Build\$(Platform)\$(Configuration)\$(TargetName).pdb - Windows + Console MachineX86 $(TargetDir) @@ -179,6 +180,8 @@ ProgramDatabase CompileAsCpp boinc_win.h;%(ForcedIncludeFiles) + StdCall + true NDEBUG;%(PreprocessorDefinitions) @@ -193,9 +196,10 @@ %(DelayLoadDLLs) true .\Build\$(Platform)\$(Configuration)\$(TargetName).pdb - Windows + Console MachineX64 $(TargetDir) + UseLinkTimeCodeGeneration @@ -240,7 +244,7 @@ %(DelayLoadDLLs) true .\Build\$(Platform)\$(Configuration)\$(TargetName).pdb - Windows + Console MachineX86 $(TargetDir) @@ -287,7 +291,7 @@ %(DelayLoadDLLs) true .\Build\$(Platform)\$(Configuration)\$(TargetName).pdb - Windows + Console MachineX64 $(TargetDir)