From aa65e8546d2edefcc42c1633773567a5803a23e0 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 14 Aug 2008 16:59:33 +0000 Subject: [PATCH] - WIN: Finish up the fixes to the project files. Everything should build, and all output files should end up in the win_build/build directory. win_build/ boinc.sln *.vcproj svn path=/trunk/boinc/; revision=15837 --- checkin_notes | 10 ++++ win_build/boinc_cli_curl.vcproj | 16 +++---- win_build/boinc_dll.vcproj | 16 +++---- win_build/boinccmd.vcproj | 16 +++---- win_build/boincmgr_curl.vcproj | 16 +++---- win_build/boinctray.vcproj | 16 +++---- win_build/glut.vcproj | 16 +++---- win_build/image_libs.vcproj | 16 +++---- win_build/jpeglib.vcproj | 16 +++---- win_build/libboinc.vcproj | 16 +++---- win_build/libboinc_staticcrt.vcproj | 16 +++---- win_build/libboincapi_staticcrt.vcproj | 16 +++---- win_build/libgraphics2.vcproj | 16 +++---- win_build/multi_thread.vcproj | 48 +++++++++---------- win_build/sim.vcproj | 16 +++---- win_build/sleeper.vcproj | 48 +++++++++---------- win_build/uc2.vcproj | 16 +++---- win_build/uc2_graphics.vcproj | 16 +++---- win_build/updater.vcproj | 16 +++---- win_build/upper_case.vcproj | 16 +++---- win_build/worker.vcproj | 64 +++++++++++++------------- win_build/wrapper.vcproj | 48 +++++++++---------- 22 files changed, 250 insertions(+), 240 deletions(-) diff --git a/checkin_notes b/checkin_notes index 86544167ff..1821ffe950 100644 --- a/checkin_notes +++ b/checkin_notes @@ -6608,3 +6608,13 @@ Rom 14 Aug 2008 client/ hostinfo_win.C + +Rom 14 Aug 2008 + - WIN: Finish up the fixes to the project files. Everything should + build, and all output files should end up in the win_build/build + directory. + + win_build/ + boinc.sln + *.vcproj + \ No newline at end of file diff --git a/win_build/boinc_cli_curl.vcproj b/win_build/boinc_cli_curl.vcproj index b5621bf7ac..0fc2cc6bed 100644 --- a/win_build/boinc_cli_curl.vcproj +++ b/win_build/boinc_cli_curl.vcproj @@ -678,8 +678,8 @@ @@ -179,13 +179,13 @@ @@ -276,13 +276,13 @@ @@ -373,13 +373,13 @@ @@ -410,8 +410,8 @@ @@ -507,8 +507,8 @@ @@ -604,8 +604,8 @@ @@ -703,8 +703,8 @@ diff --git a/win_build/sim.vcproj b/win_build/sim.vcproj index cdca8dca27..b8b51810f9 100644 --- a/win_build/sim.vcproj +++ b/win_build/sim.vcproj @@ -673,8 +673,8 @@ @@ -179,13 +179,13 @@ @@ -276,13 +276,13 @@ @@ -373,13 +373,13 @@ @@ -410,8 +410,8 @@ @@ -507,8 +507,8 @@ @@ -604,8 +604,8 @@ @@ -703,8 +703,8 @@ diff --git a/win_build/uc2.vcproj b/win_build/uc2.vcproj index 07ad1c545e..fd188ec739 100644 --- a/win_build/uc2.vcproj +++ b/win_build/uc2.vcproj @@ -410,8 +410,8 @@ @@ -179,13 +179,13 @@ @@ -276,13 +276,13 @@ @@ -373,13 +373,13 @@ diff --git a/win_build/worker.vcproj b/win_build/worker.vcproj index 28dbaa4bfb..4173b416fc 100644 --- a/win_build/worker.vcproj +++ b/win_build/worker.vcproj @@ -53,7 +53,7 @@ InlineFunctionExpansion="1" FavorSizeOrSpeed="1" AdditionalIncludeDirectories=".;../;../api;../lib;../samples/image_libs;../samples/jpeglib;../samples/glut" - PreprocessorDefinitions="WIN32;NDEBUG;_MT;_CONSOLE" + PreprocessorDefinitions="WIN32;NDEBUG;_MT;_CONSOLE;_CRT_SECURE_NO_WARNINGS" StringPooling="false" RuntimeLibrary="0" EnableFunctionLevelLinking="true" @@ -80,13 +80,13 @@ @@ -152,7 +152,7 @@ InlineFunctionExpansion="1" FavorSizeOrSpeed="1" AdditionalIncludeDirectories=".;../;../api;../lib;../samples/image_libs;../samples/jpeglib;../samples/glut" - PreprocessorDefinitions="WIN32;NDEBUG;_MT;_CONSOLE" + PreprocessorDefinitions="WIN32;NDEBUG;_MT;_CONSOLE;_CRT_SECURE_NO_WARNINGS" StringPooling="false" RuntimeLibrary="0" EnableFunctionLevelLinking="true" @@ -179,13 +179,13 @@ @@ -249,7 +249,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../;../api;../lib;../samples/image_libs;../samples/jpeglib;../samples/glut" - PreprocessorDefinitions="WIN32;_DEBUG;_MT;_CONSOLE" + PreprocessorDefinitions="WIN32;_DEBUG;_MT;_CONSOLE;_CRT_SECURE_NO_WARNINGS" BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="0" @@ -276,13 +276,13 @@ @@ -346,7 +346,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories=".;../;../api;../lib;../samples/image_libs;../samples/jpeglib;../samples/glut" - PreprocessorDefinitions="WIN32;_DEBUG;_MT;_CONSOLE" + PreprocessorDefinitions="WIN32;_DEBUG;_MT;_CONSOLE;_CRT_SECURE_NO_WARNINGS" BasicRuntimeChecks="3" RuntimeLibrary="1" UsePrecompiledHeader="0" @@ -373,13 +373,13 @@ @@ -410,8 +410,8 @@ @@ -507,8 +507,8 @@ @@ -604,8 +604,8 @@ @@ -703,8 +703,8 @@ diff --git a/win_build/wrapper.vcproj b/win_build/wrapper.vcproj index ad66778df0..8408c1de04 100644 --- a/win_build/wrapper.vcproj +++ b/win_build/wrapper.vcproj @@ -80,13 +80,13 @@ @@ -179,13 +179,13 @@ @@ -276,13 +276,13 @@ @@ -373,13 +373,13 @@ @@ -410,8 +410,8 @@ @@ -507,8 +507,8 @@ @@ -604,8 +604,8 @@ @@ -703,8 +703,8 @@