mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=4071
This commit is contained in:
parent
09d3ae1459
commit
bfc9bc06a7
|
@ -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 don’t 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)
|
||||
|
|
|
@ -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"/>
|
||||
|
|
Loading…
Reference in New Issue