mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=2514
This commit is contained in:
parent
eab813d127
commit
b9e12f9bc9
|
@ -528,7 +528,7 @@ int set_benchmark_timer(double num_secs) {
|
|||
run_benchmark = true;
|
||||
#ifdef _WIN32
|
||||
speed_timer_id = timeSetEvent( (int)(num_secs*1000),
|
||||
(int)(num_secs*1000), stop_test, NULL, TIME_ONESHOT );
|
||||
(int)(num_secs*1000), stop_benchmark, NULL, TIME_ONESHOT );
|
||||
#else
|
||||
itimerval value;
|
||||
signal(SIGALRM, stop_benchmark);
|
||||
|
|
|
@ -94,10 +94,6 @@ LINK32=link.exe
|
|||
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\client\account.C
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\Client\app.C
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -118,10 +114,18 @@ SOURCE=..\Client\client_types.C
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\client\cpu_benchmark.C
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\Lib\Crypt.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\client\cs_account.C
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\Client\cs_apps.C
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -130,6 +134,10 @@ SOURCE=..\client\cs_benchmark.C
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\client\cs_cmdline.C
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\Client\cs_files.C
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -230,10 +238,6 @@ SOURCE=..\lib\shmem.C
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\Client\speed_stats.C
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\client\ss_logic.C
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -294,10 +298,6 @@ SOURCE=..\client\win\wingui_sswindow.cpp
|
|||
# PROP Default_Filter "h;hpp;hxx;hm;inl"
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\client\account.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\client\app.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -318,6 +318,10 @@ SOURCE=..\client\cpp.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\client\cpu_benchmark.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\lib\error_numbers.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
@ -394,10 +398,6 @@ SOURCE=..\lib\shmem.h
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\client\speed_stats.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\client\ss_logic.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
|
Loading…
Reference in New Issue