*** empty log message ***

svn path=/trunk/boinc/; revision=4071
This commit is contained in:
Rom Walton 2004-08-17 00:18:59 +00:00
parent 09d3ae1459
commit bfc9bc06a7
2 changed files with 20 additions and 2 deletions

View File

@ -16432,3 +16432,21 @@ David 16 Aug 2004
cs_scheduler.C
sched/
transitioner.C
Rom 16 Aug 2004
- After much gnashing of teeth, head scratching, and other
assorted things, I finally can build the cross platform GUI again.
The default project builds for the wxWidgets static library, MSVCRT
static library, and STL static library really dont like each other.
It took a few days to get things to a point they would compile, and we
still throw a few warnings on the release build.
clientgui/
BOINCGUI.sln
BOINCGUI.vcproj
gui_rpc_client.C, .h (removed)
makefile.gui_test (removed)
lib/
gui_rpc_client.C, .h (added)
makefile.gui_test (added)

View File

@ -33,7 +33,7 @@
PrecompiledHeaderThrough="stdwx.h"
WarningLevel="3"
WarnAsError="FALSE"
Detect64BitPortabilityProblems="TRUE"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="3"/>
<Tool
Name="VCCustomBuildTool"/>
@ -94,7 +94,7 @@
DisableLanguageExtensions="FALSE"
UsePrecompiledHeader="0"
PrecompiledHeaderThrough="stdwx.h"
WarningLevel="4"
WarningLevel="3"
Detect64BitPortabilityProblems="FALSE"
DebugInformationFormat="4"
CompileAs="0"/>