mirror of https://github.com/BOINC/boinc.git
BUILD: Increase the build number for vboxwrapper.
This commit is contained in:
parent
0bea6cb296
commit
53d4f803f2
|
@ -14,7 +14,7 @@ AC_SUBST([LIBBOINC_VERSION])
|
||||||
WRAPPER_RELEASE=26011
|
WRAPPER_RELEASE=26011
|
||||||
AC_SUBST([WRAPPER_RELEASE])
|
AC_SUBST([WRAPPER_RELEASE])
|
||||||
|
|
||||||
VBOXWRAPPER_RELEASE=26100
|
VBOXWRAPPER_RELEASE=26101
|
||||||
AC_SUBST([VBOXWRAPPER_RELEASE])
|
AC_SUBST([VBOXWRAPPER_RELEASE])
|
||||||
|
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
#define WRAPPER_RELEASE 26011
|
#define WRAPPER_RELEASE 26011
|
||||||
|
|
||||||
/* Release part of vboxwrapper version number */
|
/* Release part of vboxwrapper version number */
|
||||||
#define VBOXWRAPPER_RELEASE 26100
|
#define VBOXWRAPPER_RELEASE 26101
|
||||||
|
|
||||||
/* String representation of BOINC version number */
|
/* String representation of BOINC version number */
|
||||||
#define BOINC_VERSION_STRING "7.5.0"
|
#define BOINC_VERSION_STRING "7.5.0"
|
||||||
|
|
|
@ -129,12 +129,12 @@
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>libcmt.lib;libcpmt.lib;kernel32.lib;user32.lib;gdi32.lib;ole32.lib;wsock32.lib;psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>libcmt.lib;libcpmt.lib;kernel32.lib;user32.lib;gdi32.lib;ole32.lib;wsock32.lib;psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
<OutputFile>.\Build\$(Platform)\$(Configuration)\vboxwrapper_26100_windows_intelx86.exe</OutputFile>
|
<OutputFile>.\Build\$(Platform)\$(Configuration)\vboxwrapper_26101_windows_intelx86.exe</OutputFile>
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||||
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
||||||
<DelayLoadDLLs>%(DelayLoadDLLs)</DelayLoadDLLs>
|
<DelayLoadDLLs>%(DelayLoadDLLs)</DelayLoadDLLs>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<ProgramDatabaseFile>.\Build\$(Platform)\$(Configuration)\vboxwrapper_26100_windows_intelx86.pdb</ProgramDatabaseFile>
|
<ProgramDatabaseFile>.\Build\$(Platform)\$(Configuration)\vboxwrapper_26101_windows_intelx86.pdb</ProgramDatabaseFile>
|
||||||
<SubSystem>Windows</SubSystem>
|
<SubSystem>Windows</SubSystem>
|
||||||
<TargetMachine>MachineX86</TargetMachine>
|
<TargetMachine>MachineX86</TargetMachine>
|
||||||
</Link>
|
</Link>
|
||||||
|
@ -179,12 +179,12 @@
|
||||||
</ResourceCompile>
|
</ResourceCompile>
|
||||||
<Link>
|
<Link>
|
||||||
<AdditionalDependencies>libcmt.lib;libcpmt.lib;kernel32.lib;user32.lib;gdi32.lib;ole32.lib;wsock32.lib;psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
<AdditionalDependencies>libcmt.lib;libcpmt.lib;kernel32.lib;user32.lib;gdi32.lib;ole32.lib;wsock32.lib;psapi.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||||||
<OutputFile>.\Build\$(Platform)\$(Configuration)\vboxwrapper_26100_windows_x86_64.exe</OutputFile>
|
<OutputFile>.\Build\$(Platform)\$(Configuration)\vboxwrapper_26101_windows_x86_64.exe</OutputFile>
|
||||||
<SuppressStartupBanner>true</SuppressStartupBanner>
|
<SuppressStartupBanner>true</SuppressStartupBanner>
|
||||||
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
<IgnoreAllDefaultLibraries>true</IgnoreAllDefaultLibraries>
|
||||||
<DelayLoadDLLs>%(DelayLoadDLLs)</DelayLoadDLLs>
|
<DelayLoadDLLs>%(DelayLoadDLLs)</DelayLoadDLLs>
|
||||||
<GenerateDebugInformation>true</GenerateDebugInformation>
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||||||
<ProgramDatabaseFile>.\Build\$(Platform)\$(Configuration)\vboxwrapper_26100_windows_x86_64.pdb</ProgramDatabaseFile>
|
<ProgramDatabaseFile>.\Build\$(Platform)\$(Configuration)\vboxwrapper_26101_windows_x86_64.pdb</ProgramDatabaseFile>
|
||||||
<SubSystem>Windows</SubSystem>
|
<SubSystem>Windows</SubSystem>
|
||||||
<TargetMachine>MachineX64</TargetMachine>
|
<TargetMachine>MachineX64</TargetMachine>
|
||||||
</Link>
|
</Link>
|
||||||
|
|
Loading…
Reference in New Issue