From ec7555a3be535ac2c132e9ab26ae24952d811cc9 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Sun, 24 Aug 2008 04:43:18 +0000 Subject: [PATCH] - win_build: Finally figured out what the problem was with how I was previously configuring pre-compiled headers. Visual Studio automaticaaly specifies the stdafx.cpp as the source file that is supposed to create the pre-compiled header for auto generated project files. The project is just configured to use a pre-compiled header. All I had done in the past was enable pre-compiled headers, but didn't create a stub cpp file to create the pre-compiled header with. Now all the client projects are configured to use pre-compiled headers. BOINC now compiles in 20 seconds. BOINC Manager in a minute. Everything else builds in 5 seconds or less. After sync'ing up Rebuild the solution. lib/ boinc_win.cpp win_build/ boinc.sln boinc_cli_curl.vcproj boinc_dll.vcproj boinc_ss.vcproj boinccmd.vcproj boincmgr_curl.vcproj boinctray.vcproj libboinc.vcproj libboinc_staticcrt.vcproj libboincapi_staticcrt.vcproj libgraphics2.vcproj multi_thread.vcproj sim.vcproj sleeper.vcproj uc2.vcproj uc2_graphics.vcproj updater.vcproj worker.vcproj wrapper.vcproj svn path=/trunk/boinc/; revision=15929 --- checkin_notes | 36 + lib/boinc_win.cpp | 5 + win_build/boinc.sln | 36 + win_build/boinc_cli_curl.vcproj | 2366 ++---------------------- win_build/boinc_dll.vcproj | 40 +- win_build/boinc_ss.vcproj | 139 +- win_build/boinccmd.vcproj | 142 +- win_build/boincmgr_curl.vcproj | 680 ++++++- win_build/boinctray.vcproj | 142 +- win_build/installerv2/BOINC.ism | Bin 211404 -> 211404 bytes win_build/installerv2/BOINCx64.ism | Bin 211404 -> 211404 bytes win_build/libboinc.vcproj | 138 +- win_build/libboinc_staticcrt.vcproj | 138 +- win_build/libboincapi_staticcrt.vcproj | 108 +- win_build/libgraphics2.vcproj | 117 +- win_build/multi_thread.vcproj | 24 +- win_build/sim.vcproj | 142 +- win_build/sleeper.vcproj | 12 +- win_build/uc2.vcproj | 24 +- win_build/uc2_graphics.vcproj | 12 +- win_build/updater.vcproj | 142 +- win_build/worker.vcproj | 12 +- win_build/wrapper.vcproj | 12 +- 23 files changed, 1923 insertions(+), 2544 deletions(-) create mode 100644 lib/boinc_win.cpp diff --git a/checkin_notes b/checkin_notes index 0371750120..2af3842500 100644 --- a/checkin_notes +++ b/checkin_notes @@ -7025,3 +7025,39 @@ Rom 23 Aug 2008 configure.ac version.h +Rom 24 Aug 2008 + - win_build: Finally figured out what the problem was with how I + was previously configuring pre-compiled headers. Visual Studio + automaticaaly specifies the stdafx.cpp as the source file that + is supposed to create the pre-compiled header for auto generated + project files. The project is just configured to use a pre-compiled + header. All I had done in the past was enable pre-compiled + headers, but didn't create a stub cpp file to create the pre-compiled + header with. Now all the client projects are configured to use + pre-compiled headers. BOINC now compiles in 20 seconds. BOINC Manager + in a minute. Everything else builds in 5 seconds or less. + + After sync'ing up Rebuild the solution. + + lib/ + boinc_win.cpp + win_build/ + boinc.sln + boinc_cli_curl.vcproj + boinc_dll.vcproj + boinc_ss.vcproj + boinccmd.vcproj + boincmgr_curl.vcproj + boinctray.vcproj + libboinc.vcproj + libboinc_staticcrt.vcproj + libboincapi_staticcrt.vcproj + libgraphics2.vcproj + multi_thread.vcproj + sim.vcproj + sleeper.vcproj + uc2.vcproj + uc2_graphics.vcproj + updater.vcproj + worker.vcproj + wrapper.vcproj diff --git a/lib/boinc_win.cpp b/lib/boinc_win.cpp new file mode 100644 index 0000000000..f44b306599 --- /dev/null +++ b/lib/boinc_win.cpp @@ -0,0 +1,5 @@ +// boinc_win.cpp : source file that includes just the standard includes +// $(TargetName).pch will be the pre-compiled header +// boinc_win.obj will contain the pre-compiled type information + +#include "boinc_win.h" diff --git a/win_build/boinc.sln b/win_build/boinc.sln index f64cdeb706..8bcab21c81 100644 --- a/win_build/boinc.sln +++ b/win_build/boinc.sln @@ -292,111 +292,147 @@ Global {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Debug|Win32.ActiveCfg = Debug|Win32 {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Debug|Win32.Build.0 = Debug|Win32 {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Debug|x64.ActiveCfg = Debug|x64 + {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Debug|x64.Build.0 = Debug|x64 {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Release|Win32.ActiveCfg = Release|Win32 {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Release|Win32.Build.0 = Release|Win32 {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Release|x64.ActiveCfg = Release|x64 + {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.Release|x64.Build.0 = Release|x64 {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.ReleaseSigned|Win32.ActiveCfg = Release|Win32 {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.ReleaseSigned|Win32.Build.0 = Release|Win32 {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.ReleaseSigned|x64.ActiveCfg = Release|x64 + {D3D21F11-A7E7-4EA2-8518-E24695133BFF}.ReleaseSigned|x64.Build.0 = Release|x64 {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Debug|Win32.ActiveCfg = Debug|Win32 {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Debug|Win32.Build.0 = Debug|Win32 {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Debug|x64.ActiveCfg = Debug|x64 + {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Debug|x64.Build.0 = Debug|x64 {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Release|Win32.ActiveCfg = Release|Win32 {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Release|Win32.Build.0 = Release|Win32 {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Release|x64.ActiveCfg = Release|x64 + {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.Release|x64.Build.0 = Release|x64 {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.ReleaseSigned|Win32.ActiveCfg = Release|Win32 {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.ReleaseSigned|Win32.Build.0 = Release|Win32 {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.ReleaseSigned|x64.ActiveCfg = Release|x64 + {5F065EAC-B881-4E9A-9E34-7A21D7A01D98}.ReleaseSigned|x64.Build.0 = Release|x64 {C4165626-F68F-4F66-A126-3B82DDBB7480}.Debug|Win32.ActiveCfg = Debug|Win32 {C4165626-F68F-4F66-A126-3B82DDBB7480}.Debug|Win32.Build.0 = Debug|Win32 {C4165626-F68F-4F66-A126-3B82DDBB7480}.Debug|x64.ActiveCfg = Debug|x64 + {C4165626-F68F-4F66-A126-3B82DDBB7480}.Debug|x64.Build.0 = Debug|x64 {C4165626-F68F-4F66-A126-3B82DDBB7480}.Release|Win32.ActiveCfg = Release|Win32 {C4165626-F68F-4F66-A126-3B82DDBB7480}.Release|Win32.Build.0 = Release|Win32 {C4165626-F68F-4F66-A126-3B82DDBB7480}.Release|x64.ActiveCfg = Release|x64 + {C4165626-F68F-4F66-A126-3B82DDBB7480}.Release|x64.Build.0 = Release|x64 {C4165626-F68F-4F66-A126-3B82DDBB7480}.ReleaseSigned|Win32.ActiveCfg = Release|Win32 {C4165626-F68F-4F66-A126-3B82DDBB7480}.ReleaseSigned|Win32.Build.0 = Release|Win32 {C4165626-F68F-4F66-A126-3B82DDBB7480}.ReleaseSigned|x64.ActiveCfg = Release|x64 + {C4165626-F68F-4F66-A126-3B82DDBB7480}.ReleaseSigned|x64.Build.0 = Release|x64 {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Debug|Win32.ActiveCfg = Debug|Win32 {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Debug|Win32.Build.0 = Debug|Win32 {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Debug|x64.ActiveCfg = Debug|x64 + {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Debug|x64.Build.0 = Debug|x64 {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Release|Win32.ActiveCfg = Release|Win32 {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Release|Win32.Build.0 = Release|Win32 {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Release|x64.ActiveCfg = Release|x64 + {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.Release|x64.Build.0 = Release|x64 {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.ReleaseSigned|Win32.ActiveCfg = Release|Win32 {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.ReleaseSigned|Win32.Build.0 = Release|Win32 {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.ReleaseSigned|x64.ActiveCfg = Release|x64 + {F243B93C-73CB-44E7-9BDC-847BB95A27CA}.ReleaseSigned|x64.Build.0 = Release|x64 {A9647CEA-644D-4C0A-8733-D916CD344859}.Debug|Win32.ActiveCfg = Debug|Win32 {A9647CEA-644D-4C0A-8733-D916CD344859}.Debug|Win32.Build.0 = Debug|Win32 {A9647CEA-644D-4C0A-8733-D916CD344859}.Debug|x64.ActiveCfg = Debug|x64 + {A9647CEA-644D-4C0A-8733-D916CD344859}.Debug|x64.Build.0 = Debug|x64 {A9647CEA-644D-4C0A-8733-D916CD344859}.Release|Win32.ActiveCfg = Release|Win32 {A9647CEA-644D-4C0A-8733-D916CD344859}.Release|Win32.Build.0 = Release|Win32 {A9647CEA-644D-4C0A-8733-D916CD344859}.Release|x64.ActiveCfg = Release|x64 + {A9647CEA-644D-4C0A-8733-D916CD344859}.Release|x64.Build.0 = Release|x64 {A9647CEA-644D-4C0A-8733-D916CD344859}.ReleaseSigned|Win32.ActiveCfg = Release|Win32 {A9647CEA-644D-4C0A-8733-D916CD344859}.ReleaseSigned|Win32.Build.0 = Release|Win32 {A9647CEA-644D-4C0A-8733-D916CD344859}.ReleaseSigned|x64.ActiveCfg = Release|x64 + {A9647CEA-644D-4C0A-8733-D916CD344859}.ReleaseSigned|x64.Build.0 = Release|x64 {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Debug|Win32.ActiveCfg = Debug|Win32 {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Debug|Win32.Build.0 = Debug|Win32 {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Debug|x64.ActiveCfg = Debug|x64 + {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Debug|x64.Build.0 = Debug|x64 {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Release|Win32.ActiveCfg = Release|Win32 {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Release|Win32.Build.0 = Release|Win32 {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Release|x64.ActiveCfg = Release|x64 + {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.Release|x64.Build.0 = Release|x64 {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.ReleaseSigned|Win32.ActiveCfg = Release|Win32 {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.ReleaseSigned|Win32.Build.0 = Release|Win32 {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.ReleaseSigned|x64.ActiveCfg = Release|x64 + {F1BE6109-586D-448E-8C5B-D5C2CB874EA2}.ReleaseSigned|x64.Build.0 = Release|x64 {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Debug|Win32.ActiveCfg = Debug|Win32 {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Debug|Win32.Build.0 = Debug|Win32 {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Debug|x64.ActiveCfg = Debug|x64 + {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Debug|x64.Build.0 = Debug|x64 {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Release|Win32.ActiveCfg = Release|Win32 {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Release|Win32.Build.0 = Release|Win32 {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Release|x64.ActiveCfg = Release|x64 + {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.Release|x64.Build.0 = Release|x64 {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.ReleaseSigned|Win32.ActiveCfg = Release|Win32 {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.ReleaseSigned|Win32.Build.0 = Release|Win32 {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.ReleaseSigned|x64.ActiveCfg = Release|x64 + {CCB9A37C-7AD8-4FC1-ABEC-1A6ED2268F83}.ReleaseSigned|x64.Build.0 = Release|x64 {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Debug|Win32.ActiveCfg = Debug|Win32 {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Debug|Win32.Build.0 = Debug|Win32 {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Debug|x64.ActiveCfg = Debug|x64 + {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Debug|x64.Build.0 = Debug|x64 {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Release|Win32.ActiveCfg = Release|Win32 {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Release|Win32.Build.0 = Release|Win32 {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Release|x64.ActiveCfg = Release|x64 + {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.Release|x64.Build.0 = Release|x64 {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.ReleaseSigned|Win32.ActiveCfg = Release|Win32 {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.ReleaseSigned|Win32.Build.0 = Release|Win32 {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.ReleaseSigned|x64.ActiveCfg = Release|x64 + {3CF31288-A44D-4C78-A3AA-B05B6E32DF11}.ReleaseSigned|x64.Build.0 = Release|x64 {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Debug|Win32.ActiveCfg = Debug|Win32 {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Debug|Win32.Build.0 = Debug|Win32 {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Debug|x64.ActiveCfg = Debug|x64 + {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Debug|x64.Build.0 = Debug|x64 {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Release|Win32.ActiveCfg = Release|Win32 {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Release|Win32.Build.0 = Release|Win32 {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Release|x64.ActiveCfg = Release|x64 + {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.Release|x64.Build.0 = Release|x64 {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.ReleaseSigned|Win32.ActiveCfg = Release|Win32 {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.ReleaseSigned|Win32.Build.0 = Release|Win32 {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.ReleaseSigned|x64.ActiveCfg = Release|x64 + {814EBFD3-3CE6-4933-A580-C1FE3147ACB4}.ReleaseSigned|x64.Build.0 = Release|x64 {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Debug|Win32.ActiveCfg = Debug|Win32 {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Debug|Win32.Build.0 = Debug|Win32 {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Debug|x64.ActiveCfg = Debug|x64 + {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Debug|x64.Build.0 = Debug|x64 {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Release|Win32.ActiveCfg = Release|Win32 {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Release|Win32.Build.0 = Release|Win32 {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Release|x64.ActiveCfg = Release|x64 + {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.Release|x64.Build.0 = Release|x64 {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.ReleaseSigned|Win32.ActiveCfg = Release|Win32 {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.ReleaseSigned|Win32.Build.0 = Release|Win32 {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.ReleaseSigned|x64.ActiveCfg = Release|x64 + {BFE833C6-840F-4F2E-A1FA-A4DE9B9277D6}.ReleaseSigned|x64.Build.0 = Release|x64 {B00664BD-71EB-46C1-957E-CD851418D395}.Debug|Win32.ActiveCfg = Debug|Win32 {B00664BD-71EB-46C1-957E-CD851418D395}.Debug|Win32.Build.0 = Debug|Win32 {B00664BD-71EB-46C1-957E-CD851418D395}.Debug|x64.ActiveCfg = Debug|x64 + {B00664BD-71EB-46C1-957E-CD851418D395}.Debug|x64.Build.0 = Debug|x64 {B00664BD-71EB-46C1-957E-CD851418D395}.Release|Win32.ActiveCfg = Release|Win32 {B00664BD-71EB-46C1-957E-CD851418D395}.Release|Win32.Build.0 = Release|Win32 {B00664BD-71EB-46C1-957E-CD851418D395}.Release|x64.ActiveCfg = Release|x64 + {B00664BD-71EB-46C1-957E-CD851418D395}.Release|x64.Build.0 = Release|x64 {B00664BD-71EB-46C1-957E-CD851418D395}.ReleaseSigned|Win32.ActiveCfg = Release|Win32 {B00664BD-71EB-46C1-957E-CD851418D395}.ReleaseSigned|Win32.Build.0 = Release|Win32 {B00664BD-71EB-46C1-957E-CD851418D395}.ReleaseSigned|x64.ActiveCfg = Release|x64 + {B00664BD-71EB-46C1-957E-CD851418D395}.ReleaseSigned|x64.Build.0 = Release|x64 {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Debug|Win32.ActiveCfg = Debug|Win32 {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Debug|Win32.Build.0 = Debug|Win32 {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Debug|x64.ActiveCfg = Debug|x64 + {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Debug|x64.Build.0 = Debug|x64 {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Release|Win32.ActiveCfg = Release|Win32 {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Release|Win32.Build.0 = Release|Win32 {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Release|x64.ActiveCfg = Release|x64 + {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.Release|x64.Build.0 = Release|x64 {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.ReleaseSigned|Win32.ActiveCfg = Release|Win32 {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.ReleaseSigned|Win32.Build.0 = Release|Win32 {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.ReleaseSigned|x64.ActiveCfg = Release|x64 + {07BDA8F7-4AAF-4A3B-B96E-EA72A143C5AE}.ReleaseSigned|x64.Build.0 = Release|x64 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/win_build/boinc_cli_curl.vcproj b/win_build/boinc_cli_curl.vcproj index 0fc2cc6bed..9ef21fbdb1 100644 --- a/win_build/boinc_cli_curl.vcproj +++ b/win_build/boinc_cli_curl.vcproj @@ -57,9 +57,9 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" @@ -166,9 +166,9 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" @@ -275,9 +275,9 @@ StringPooling="true" RuntimeLibrary="2" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" @@ -385,9 +385,9 @@ StringPooling="false" RuntimeLibrary="2" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" @@ -496,9 +496,9 @@ StringPooling="true" RuntimeLibrary="2" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" @@ -606,9 +606,9 @@ StringPooling="false" RuntimeLibrary="2" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" @@ -716,9 +716,9 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" @@ -825,9 +825,9 @@ BasicRuntimeChecks="3" RuntimeLibrary="3" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" @@ -934,9 +934,9 @@ StringPooling="true" RuntimeLibrary="2" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" @@ -1044,9 +1044,9 @@ StringPooling="false" RuntimeLibrary="2" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" @@ -1133,124 +1133,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1279,246 +1245,10 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win_build/boinccmd.vcproj b/win_build/boinccmd.vcproj index e618c5e5c3..89384ac857 100644 --- a/win_build/boinccmd.vcproj +++ b/win_build/boinccmd.vcproj @@ -58,13 +58,13 @@ BufferSecurityCheck="true" FloatingPointModel="2" RuntimeTypeInfo="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -166,13 +166,13 @@ BufferSecurityCheck="true" FloatingPointModel="2" RuntimeTypeInfo="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -274,12 +274,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -383,12 +384,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -492,12 +494,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -602,12 +605,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -712,13 +716,13 @@ BufferSecurityCheck="true" FloatingPointModel="2" RuntimeTypeInfo="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -820,13 +824,13 @@ BufferSecurityCheck="true" FloatingPointModel="2" RuntimeTypeInfo="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -928,12 +932,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -1037,12 +1042,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -1117,6 +1123,90 @@ RelativePath="..\lib\boinc_cmd.C" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1138,6 +1228,10 @@ RelativePath="..\client\win\boinc_cmd.h" > + + diff --git a/win_build/boincmgr_curl.vcproj b/win_build/boincmgr_curl.vcproj index 465a3959c2..e891932932 100644 --- a/win_build/boincmgr_curl.vcproj +++ b/win_build/boincmgr_curl.vcproj @@ -51,8 +51,9 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="false" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="stdwx.h" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="4" WarnAsError="false" Detect64BitPortabilityProblems="true" @@ -146,8 +147,9 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="false" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="stdwx.h" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="4" WarnAsError="false" Detect64BitPortabilityProblems="true" @@ -245,9 +247,9 @@ EnableEnhancedInstructionSet="0" FloatingPointModel="2" DisableLanguageExtensions="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="stdwx.h" - PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -343,9 +345,9 @@ EnableEnhancedInstructionSet="0" FloatingPointModel="2" DisableLanguageExtensions="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="stdwx.h" - PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -435,8 +437,9 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="false" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="stdwx.h" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="4" WarnAsError="false" Detect64BitPortabilityProblems="true" @@ -531,8 +534,9 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="false" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="stdwx.h" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="4" WarnAsError="false" Detect64BitPortabilityProblems="true" @@ -631,9 +635,9 @@ EnableEnhancedInstructionSet="0" FloatingPointModel="2" DisableLanguageExtensions="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="stdwx.h" - PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -729,9 +733,9 @@ EnableEnhancedInstructionSet="0" FloatingPointModel="2" DisableLanguageExtensions="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="stdwx.h" - PrecompiledHeaderFile="$(IntDir)/$(TargetName).pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -821,8 +825,9 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="false" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="stdwx.h" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="4" WarnAsError="false" Detect64BitPortabilityProblems="true" @@ -916,8 +921,9 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="false" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="stdwx.h" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="4" WarnAsError="false" Detect64BitPortabilityProblems="true" @@ -1457,6 +1463,22 @@ CompileAs="2" /> + + + + + + @@ -1473,6 +1495,22 @@ CompileAs="2" /> + + + + + + @@ -1513,6 +1551,22 @@ CompileAs="2" /> + + + + + + @@ -1529,6 +1583,22 @@ CompileAs="2" /> + + + + + + @@ -1573,6 +1643,22 @@ CompileAs="2" /> + + + + + + @@ -1589,6 +1675,22 @@ CompileAs="2" /> + + + + + + @@ -1629,6 +1731,22 @@ CompileAs="2" /> + + + + + + @@ -1645,6 +1763,22 @@ CompileAs="2" /> + + + + + + @@ -1685,6 +1819,22 @@ CompileAs="2" /> + + + + + + @@ -1701,6 +1851,22 @@ CompileAs="2" /> + + + + + + @@ -1741,6 +1907,22 @@ CompileAs="2" /> + + + + + + @@ -1757,6 +1939,22 @@ CompileAs="2" /> + + + + + + @@ -1797,6 +1995,22 @@ CompileAs="2" /> + + + + + + @@ -1813,6 +2027,22 @@ CompileAs="2" /> + + + + + + @@ -1853,6 +2083,22 @@ CompileAs="2" /> + + + + + + @@ -1869,6 +2115,22 @@ CompileAs="2" /> + + + + + + @@ -1909,6 +2171,22 @@ CompileAs="2" /> + + + + + + @@ -1925,6 +2203,22 @@ CompileAs="2" /> + + + + + + @@ -1965,6 +2259,22 @@ CompileAs="2" /> + + + + + + @@ -1981,6 +2291,22 @@ CompileAs="2" /> + + + + + + @@ -2021,6 +2347,22 @@ CompileAs="2" /> + + + + + + @@ -2037,6 +2379,22 @@ CompileAs="2" /> + + + + + + @@ -2077,6 +2435,22 @@ CompileAs="2" /> + + + + + + @@ -2093,6 +2467,22 @@ CompileAs="2" /> + + + + + + @@ -2133,6 +2523,22 @@ CompileAs="2" /> + + + + + + @@ -2149,6 +2555,22 @@ CompileAs="2" /> + + + + + + @@ -2277,6 +2699,22 @@ CompileAs="2" /> + + + + + + @@ -2293,6 +2731,22 @@ CompileAs="2" /> + + + + + + @@ -2349,6 +2803,22 @@ CompileAs="2" /> + + + + + + @@ -2365,6 +2835,22 @@ CompileAs="2" /> + + + + + + @@ -2405,6 +2891,22 @@ CompileAs="2" /> + + + + + + @@ -2421,6 +2923,22 @@ CompileAs="2" /> + + + + + + @@ -2461,6 +2979,22 @@ CompileAs="2" /> + + + + + + @@ -2477,6 +3011,22 @@ CompileAs="2" /> + + + + + + @@ -2753,6 +3303,22 @@ CompileAs="2" /> + + + + + + @@ -2769,6 +3335,22 @@ CompileAs="2" /> + + + + + + @@ -3081,9 +3663,6 @@ > @@ -3092,9 +3671,6 @@ > @@ -3103,11 +3679,6 @@ > @@ -3116,11 +3687,6 @@ > @@ -3129,9 +3695,6 @@ > @@ -3140,9 +3703,6 @@ > @@ -3151,11 +3711,6 @@ > @@ -3164,11 +3719,6 @@ > @@ -3177,9 +3727,6 @@ > @@ -3188,9 +3735,6 @@ > @@ -3218,6 +3762,22 @@ CompileAs="2" /> + + + + + + @@ -3234,6 +3794,22 @@ CompileAs="2" /> + + + + + + diff --git a/win_build/boinctray.vcproj b/win_build/boinctray.vcproj index a189f27da7..e576b917aa 100644 --- a/win_build/boinctray.vcproj +++ b/win_build/boinctray.vcproj @@ -57,13 +57,13 @@ RuntimeLibrary="1" BufferSecurityCheck="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -166,13 +166,13 @@ RuntimeLibrary="1" BufferSecurityCheck="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -276,12 +276,13 @@ RuntimeLibrary="0" EnableFunctionLevelLinking="false" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -383,12 +384,13 @@ RuntimeLibrary="0" EnableFunctionLevelLinking="false" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -491,12 +493,13 @@ RuntimeLibrary="0" EnableFunctionLevelLinking="false" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -599,12 +602,13 @@ RuntimeLibrary="0" EnableFunctionLevelLinking="false" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -708,13 +712,13 @@ RuntimeLibrary="1" BufferSecurityCheck="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -817,13 +821,13 @@ RuntimeLibrary="1" BufferSecurityCheck="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -927,12 +931,13 @@ RuntimeLibrary="0" EnableFunctionLevelLinking="false" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -1034,12 +1039,13 @@ RuntimeLibrary="0" EnableFunctionLevelLinking="false" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -1110,6 +1116,90 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1123,6 +1213,10 @@ RelativePath="..\clienttray\boinc_tray.h" > + + diff --git a/win_build/installerv2/BOINC.ism b/win_build/installerv2/BOINC.ism index de6975e0e460b08cd841f5ba8973308647ecaf52..3ceb9c6842d44b3d59ee52fd6e97790fcb0d2d6e 100644 GIT binary patch delta 542 zcmXAmZ)g%>9LIfr&*SBZ>B=@t-8=|H2L8R}gbjv&7By(DErJLVcb<5pccSO!8oex{ zH!U_g=tVK9gI+{}a1VQ3FCt{`>Rp4NC@LiIg}n&L(VH(HK78JNyM0@?Z)=wcv*P@8 zbj94M5ypY0I$O?#Cup*B@ai_2TvsGn$i+i^C>qIaN^(Kjtmhoi~A zckj-9WLxh^hdms4SRub&l*-}-sr6%IdIKL@$xAXPD6*>C5uxm9G;$)RRK;3emGs!L zi=%;)&0bngbAg&D7)!{yWqrvyET=3dEz5R#<_)^&fgYhZk5DU2Sv$-l|8^=Jo8c3& z*wbXsuSR$#0_7N;f3dZ7~A} z@R=bEsa!CAK@+gaWTM+WxQi(H4S!D%aegJK|A8@$>%%xbYr)?TQHp9vw_-wx9p6LD z|97+p4y@{9m;pgGCh*X#?eCz><7u$b6)$eHASi|(50M_g042$o9wmBY#DQx@40{os Q;;|brV?uQ9Jbpy}0ew5IdH?_b delta 485 zcmW;FJ!lhQ7{Kv7&-*653;C$FjYo25pb%pqX}mO-2E~#O#SdCL)j=?%>D3;dxf)N> zS{xh{1VN=C2M&b>J?S7;1NYL!MTa6q2SGPCwN!~hhdM|xxc>OVe{;vPx#L;WsB3QQ zT+b)cu2GjC#P&kp=wpbq*Pq{n$YLR#m*kX`jOQ|$Ong|%49By{+(=wX%SAb#%M?x? z&E9HHym%IDy`xJn#{zBd`|VI`oAQKv&YS{asOH!AV zus)~M%7$vou-j*!1^0rxL;c)7&daUxtp5$14&kzwUHSs8A^!ZC@j^ISQ!2I(kAqWA zq!L*+<;P{N8AQPn5Sb9fEoc@|utj_l0VjK!$BV#(B5n;fwQe+v)Vy{XN7)4pR|lJo zE$NN9$_DncksyVvh?eOzy>(-9V|DYRG%>twvXHe z^S+-LSTU?#;$j#edrqwA=E`j-He={v6CzpT8Aiw+;H+vz37YppR$@7X*%xXq86=1e^W+gxs*xwDlQ2_AP*K^9R`kt{07k!elRMsyt% zp>?GHMReh+6BelK!2VZKV9*B^c;Uso=v-76Wmw>aU3Nxy&+p~=!2|EgR`tqO_2P)& zI$xXjpKzKv!R3Q?Ghcs4(ya$_vBjdo9#ywwxj10QvyCvsRyBy2Qf`fk6Z5-*x0JZ1 zXvw4+Rg;PmRh6_7?N-!uG_EBRy?u(R?N<}GO>?RPiw}o=5Y)4?kM*xNb{7j)RpF(e zTXS-8-U<{x+VO*|FCCRk>GN8k@YCiWvfi>;XVz_gYBjtdFv|mSsSd1GqpL!3n^Iua zmyUpxm)6NA)`}i+&dql$!=V6ZeDDiA?PS(rkl8ywc(})lz2Hj460x|#`+ay%G#U|E zxdB7$S_6t)Y{FG2HRH1&xg5Y>Xm|!#Ie?*38q0f)VH8;TvP~luny%24txnEhjK^m1 zRj2W`a$B|=?<ZLn2#pQ%GMp=VVSV z^#?ADWk)Y&{twMeW=AiLO^#=79!O!+p%0*I6N?v8_$l7 z_MhxIXg{L8SnsBeP2G$7G};@hX>M@9=I#b+bpmju8ybWOVF<8*4&hZ9UdGVna`9KgaF%dIhenju3(&^e z3J|iULGbjQ&W!fu%WU8>9OYLEU_^}?DApqo*z+3n^YI$I8DO8kIPN_N;?&sG+|{Eo$sI?H34K*@1?K6*j@gd?H4y-w@!6hz(LLUkb9IgdLU_1*S-NCUz@z zL|65}teO}aQL_nEPh}ICOj=8%G%cwfPwS3O-{y}coFPUCWh;PgE{AZdg}sZT%$DvD z-H3yapOUfO%HmO< + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win_build/libboinc_staticcrt.vcproj b/win_build/libboinc_staticcrt.vcproj index 93b417fb38..174c4d9771 100644 --- a/win_build/libboinc_staticcrt.vcproj +++ b/win_build/libboinc_staticcrt.vcproj @@ -49,10 +49,10 @@ BasicRuntimeChecks="3" RuntimeLibrary="1" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" + BrowseInformation="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -124,10 +124,10 @@ BasicRuntimeChecks="3" RuntimeLibrary="1" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" + BrowseInformation="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -195,9 +195,10 @@ PreprocessorDefinitions="_WIN32;WIN32;_MT;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS" RuntimeLibrary="0" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" + BrowseInformation="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -265,9 +266,10 @@ PreprocessorDefinitions="_WIN32;WIN32;_MT;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS" RuntimeLibrary="0" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" + BrowseInformation="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -334,9 +336,10 @@ PreprocessorDefinitions="_WIN32;WIN32;_MT;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS" RuntimeLibrary="0" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" + BrowseInformation="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -404,9 +407,10 @@ PreprocessorDefinitions="_WIN32;WIN32;_MT;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS" RuntimeLibrary="0" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" + BrowseInformation="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -476,10 +480,10 @@ BasicRuntimeChecks="3" RuntimeLibrary="1" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" + BrowseInformation="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -551,10 +555,10 @@ BasicRuntimeChecks="3" RuntimeLibrary="1" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" + BrowseInformation="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -622,9 +626,10 @@ PreprocessorDefinitions="_WIN32;WIN32;_MT;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS" RuntimeLibrary="0" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" + BrowseInformation="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -692,9 +697,10 @@ PreprocessorDefinitions="_WIN32;WIN32;_MT;NDEBUG;_LIB_WIN32;_WINDOWS;_CONSOLE;HAVE_STD_MAX;HAVE_STD_MIN;HAVE_STD_TRANSFORM;CLIENT;BOINC_APP_GRAPHICS" RuntimeLibrary="0" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" + BrowseInformation="0" WarningLevel="4" Detect64BitPortabilityProblems="true" DebugInformationFormat="3" @@ -781,6 +787,90 @@ RelativePath="..\lib\base64.C" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win_build/libboincapi_staticcrt.vcproj b/win_build/libboincapi_staticcrt.vcproj index 6d14dac5c4..3d0899d936 100644 --- a/win_build/libboincapi_staticcrt.vcproj +++ b/win_build/libboincapi_staticcrt.vcproj @@ -48,11 +48,14 @@ MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="1" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" + PrecompiledHeaderThrough="boinc_win.h" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" WarningLevel="3" Detect64BitPortabilityProblems="true" DebugInformationFormat="4" CompileAs="2" + ForcedIncludeFiles="boinc_win.h" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/win_build/multi_thread.vcproj b/win_build/multi_thread.vcproj index c1fc308de5..6aa10a768a 100644 --- a/win_build/multi_thread.vcproj +++ b/win_build/multi_thread.vcproj @@ -60,6 +60,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -84,7 +85,7 @@ LinkIncremental="0" SuppressStartupBanner="true" IgnoreAllDefaultLibraries="true" - DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL" + DelayLoadDLLs="" GenerateDebugInformation="true" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\multi_thread_6.1_windows_intelx86.pdb" SubSystem="2" @@ -159,6 +160,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -183,7 +185,7 @@ LinkIncremental="0" SuppressStartupBanner="true" IgnoreAllDefaultLibraries="true" - DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL" + DelayLoadDLLs="" GenerateDebugInformation="true" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\multi_thread_6.1_windows_x86_64.pdb" SubSystem="2" @@ -255,7 +257,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="4" @@ -352,7 +354,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -377,7 +379,7 @@ LinkIncremental="0" SuppressStartupBanner="true" IgnoreAllDefaultLibraries="true" - DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL" + DelayLoadDLLs="" GenerateDebugInformation="true" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\multi_thread_6.1_windows_x86_64.pdb" SubSystem="2" @@ -449,7 +451,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="4" @@ -546,7 +548,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -571,7 +573,7 @@ LinkIncremental="0" SuppressStartupBanner="true" IgnoreAllDefaultLibraries="true" - DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL" + DelayLoadDLLs="" GenerateDebugInformation="true" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\multi_thread_6.1_windows_x86_64.pdb" SubSystem="2" @@ -646,6 +648,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -670,7 +673,7 @@ LinkIncremental="0" SuppressStartupBanner="true" IgnoreAllDefaultLibraries="true" - DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL" + DelayLoadDLLs="" GenerateDebugInformation="true" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\multi_thread_6.1_windows_intelx86.pdb" SubSystem="2" @@ -745,6 +748,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -769,7 +773,7 @@ LinkIncremental="0" SuppressStartupBanner="true" IgnoreAllDefaultLibraries="true" - DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL" + DelayLoadDLLs="" GenerateDebugInformation="true" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\multi_thread_6.1_windows_x86_64.pdb" SubSystem="2" diff --git a/win_build/sim.vcproj b/win_build/sim.vcproj index b8b51810f9..1aed8b40f9 100644 --- a/win_build/sim.vcproj +++ b/win_build/sim.vcproj @@ -58,13 +58,13 @@ BufferSecurityCheck="true" FloatingPointModel="2" RuntimeTypeInfo="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -166,13 +166,13 @@ BufferSecurityCheck="true" FloatingPointModel="2" RuntimeTypeInfo="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -274,12 +274,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -383,12 +384,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -492,12 +494,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -602,12 +605,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -712,13 +716,13 @@ BufferSecurityCheck="true" FloatingPointModel="2" RuntimeTypeInfo="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -820,13 +824,13 @@ BufferSecurityCheck="true" FloatingPointModel="2" RuntimeTypeInfo="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -928,12 +932,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -1037,12 +1042,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -1117,6 +1123,90 @@ RelativePath="..\client\app.C" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1186,6 +1276,10 @@ RelativePath="..\client\app.h" > + + diff --git a/win_build/sleeper.vcproj b/win_build/sleeper.vcproj index 488ca5c7fe..b3f3506e15 100644 --- a/win_build/sleeper.vcproj +++ b/win_build/sleeper.vcproj @@ -60,6 +60,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -159,6 +160,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -255,7 +257,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="4" @@ -352,7 +354,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -449,7 +451,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="4" @@ -546,7 +548,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -646,6 +648,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -745,6 +748,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" diff --git a/win_build/uc2.vcproj b/win_build/uc2.vcproj index fd188ec739..f7c4a3d951 100644 --- a/win_build/uc2.vcproj +++ b/win_build/uc2.vcproj @@ -60,6 +60,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -84,7 +85,7 @@ LinkIncremental="0" SuppressStartupBanner="true" IgnoreAllDefaultLibraries="true" - DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL" + DelayLoadDLLs="" GenerateDebugInformation="true" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName).pdb" SubSystem="2" @@ -159,6 +160,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -183,7 +185,7 @@ LinkIncremental="0" SuppressStartupBanner="true" IgnoreAllDefaultLibraries="true" - DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL" + DelayLoadDLLs="" GenerateDebugInformation="true" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName).pdb" SubSystem="2" @@ -255,7 +257,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="4" @@ -352,7 +354,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -377,7 +379,7 @@ LinkIncremental="0" SuppressStartupBanner="true" IgnoreAllDefaultLibraries="true" - DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL" + DelayLoadDLLs="" GenerateDebugInformation="true" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName).pdb" SubSystem="2" @@ -449,7 +451,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="4" @@ -546,7 +548,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -571,7 +573,7 @@ LinkIncremental="0" SuppressStartupBanner="true" IgnoreAllDefaultLibraries="true" - DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL" + DelayLoadDLLs="" GenerateDebugInformation="true" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName).pdb" SubSystem="2" @@ -646,6 +648,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -670,7 +673,7 @@ LinkIncremental="0" SuppressStartupBanner="true" IgnoreAllDefaultLibraries="true" - DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL" + DelayLoadDLLs="" GenerateDebugInformation="true" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName).pdb" SubSystem="2" @@ -745,6 +748,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -769,7 +773,7 @@ LinkIncremental="0" SuppressStartupBanner="true" IgnoreAllDefaultLibraries="true" - DelayLoadDLLs="GDI32.DLL;OPENGL32.DLL;GLU32.DLL" + DelayLoadDLLs="" GenerateDebugInformation="true" ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\$(ProjectName).pdb" SubSystem="2" diff --git a/win_build/uc2_graphics.vcproj b/win_build/uc2_graphics.vcproj index d79c12a139..4aa80e61ed 100644 --- a/win_build/uc2_graphics.vcproj +++ b/win_build/uc2_graphics.vcproj @@ -60,6 +60,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -159,6 +160,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -255,7 +257,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="4" @@ -352,7 +354,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -449,7 +451,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="4" @@ -546,7 +548,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -646,6 +648,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" @@ -745,6 +748,7 @@ UsePrecompiledHeader="0" PrecompiledHeaderThrough="boinc_win.h" PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + BrowseInformation="0" WarningLevel="3" SuppressStartupBanner="true" DebugInformationFormat="3" diff --git a/win_build/updater.vcproj b/win_build/updater.vcproj index 56a9f15dc9..35ae7c05ad 100644 --- a/win_build/updater.vcproj +++ b/win_build/updater.vcproj @@ -58,13 +58,13 @@ BufferSecurityCheck="true" FloatingPointModel="2" RuntimeTypeInfo="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -166,13 +166,13 @@ BufferSecurityCheck="true" FloatingPointModel="2" RuntimeTypeInfo="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -274,12 +274,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -383,12 +384,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -492,12 +494,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -602,12 +605,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -712,13 +716,13 @@ BufferSecurityCheck="true" FloatingPointModel="2" RuntimeTypeInfo="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -820,13 +824,13 @@ BufferSecurityCheck="true" FloatingPointModel="2" RuntimeTypeInfo="false" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" - BrowseInformation="1" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -928,12 +932,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -1037,12 +1042,13 @@ RuntimeLibrary="2" EnableFunctionLevelLinking="true" FloatingPointModel="2" - UsePrecompiledHeader="0" + UsePrecompiledHeader="2" PrecompiledHeaderThrough="boinc_win.h" - PrecompiledHeaderFile="$(IntDir)/boinc_win.pch" + PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch" AssemblerListingLocation="" ObjectFile="$(IntDir)\" ProgramDataBaseFileName="$(IntDir)\vc80.pdb" + BrowseInformation="0" WarningLevel="4" SuppressStartupBanner="true" Detect64BitPortabilityProblems="true" @@ -1113,6 +1119,90 @@ Name="Source Files" Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" > + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1122,6 +1212,10 @@ Name="Header Files" Filter="h;hpp;hxx;hm;inl" > + +