*** empty log message ***

svn path=/trunk/boinc/; revision=3565
This commit is contained in:
Rom Walton 2004-06-14 08:08:42 +00:00
parent 80ecf2632d
commit 1fb8c8a679
3 changed files with 10 additions and 6 deletions

View File

@ -249,8 +249,8 @@ SELECT COUNT(id) AS nTotal,
SUM(case when server_state = '5' and outcome = '3' and client_state = '5' then 1 else 0 end) AS clientstate_uploaded
FROM result
WHERE
appid='$query_appid' and
received_time > '$query_received_time';
appid=$query_appid and
received_time > $query_received_time
";
$urlquery = $q->urlquery;

View File

@ -43,7 +43,7 @@ WHERE
platform.deprecated <> 1 and
appid = '$query_appid'
GROUP BY
platformid;
platformid
";
$result = mysql_query($app_version_query);
@ -83,7 +83,7 @@ WHERE
GROUP BY
date,
version DESC,
platform;
platform
";
$result = mysql_query($main_query);

View File

@ -21,7 +21,11 @@
<Tool
Name="VCCLCompilerTool"
Optimization="2"
GlobalOptimizations="TRUE"
InlineFunctionExpansion="1"
FavorSizeOrSpeed="1"
OptimizeForProcessor="3"
OptimizeForWindowsApplication="TRUE"
AdditionalIncludeDirectories="../lib/,../api/,../client,../client/win,./"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_CONSOLE"
StringPooling="TRUE"
@ -40,11 +44,11 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="winmm.lib opengl32.lib glu32.lib glaux.lib odbc32.lib odbccp32.lib"
OutputFile=".\Build\Release/uppercase_2.06_windows_intelx86.exe"
OutputFile=".\Build\Release/uppercase_3.07_windows_intelx86.exe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\Build\Release/uppercase_2.06_windows_intelx86.pdb"
ProgramDatabaseFile=".\Build\Release/uppercase_3.07_windows_intelx86.pdb"
SubSystem="2"
TargetMachine="1"/>
<Tool