mirror of https://github.com/BOINC/boinc.git
bump version# of upper_case
svn path=/trunk/boinc/; revision=9227
This commit is contained in:
parent
15334f2a7b
commit
42804c135b
|
@ -116,7 +116,7 @@ int WINAPI WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR Args, int WinMode
|
|||
#endif
|
||||
|
||||
void worker() {
|
||||
int c, nchars = 0, retval, i;
|
||||
int c, nchars = 0, retval;
|
||||
double fsize;
|
||||
char resolved_name[512];
|
||||
MFILE out;
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="winmm.lib opengl32.lib glu32.lib glaux.lib odbc32.lib odbccp32.lib MSVCRT.LIB MSVCPRT.LIB"
|
||||
OutputFile=".\Build\Release/uppercase_4.04_windows_intelx86.exe"
|
||||
OutputFile=".\Build\Release/uppercase_4.06_windows_intelx86.exe"
|
||||
LinkIncremental="0"
|
||||
SuppressStartupBanner="TRUE"
|
||||
IgnoreAllDefaultLibraries="TRUE"
|
||||
|
@ -117,7 +117,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="MSVCRTD.LIB MSVCPRTD.LIB kernel32.lib user32.lib gdi32.lib winmm.lib opengl32.lib glu32.lib glaux.lib ole32.lib"
|
||||
OutputFile=".\Build\Debug/uppercase_4.04_windows_intelx86.exe"
|
||||
OutputFile=".\Build\Debug/uppercase_4.05_windows_intelx86.exe"
|
||||
LinkIncremental="0"
|
||||
SuppressStartupBanner="TRUE"
|
||||
AdditionalLibraryDirectories="..\boinc_dll\Debug"
|
||||
|
|
Loading…
Reference in New Issue