Quick Updates

svn path=/trunk/boinc/; revision=25045
This commit is contained in:
Rom Walton 2012-01-13 19:24:22 +00:00
parent 81b29b0cc9
commit dadf01353c
3 changed files with 8 additions and 8 deletions

View File

@ -1764,12 +1764,12 @@ int CMainDocument::WorkShowGraphics(RESULT* result) {
int CMainDocument::WorkShowVMConsole(RESULT* result) {
int iRetVal = 0;
if (strlen(result->remote_desktop_connection)) {
wxString strConnection(result->remote_desktop_connection, wxConvUTF8);
if (strlen(result->remote_desktop_addr)) {
wxString strConnection(result->remote_desktop_addr, wxConvUTF8);
#ifdef __WXMSW__
wxString strCommand;
strCommand = wxT("mstsc.exe /v:") + strConnection + wxT(" /admin /w:640 /h:480");
strCommand = wxT("mstsc.exe /v:") + strConnection + wxT(" /w:640 /h:480");
wxExecute(strCommand);
#endif
}

View File

@ -802,7 +802,7 @@ void CViewWork::UpdateSelection() {
// Disable Show VM console if the selected task hasn't registered a remote
// desktop connection
//
if (!strlen(result->remote_desktop_connection)) {
if (!strlen(result->remote_desktop_addr)) {
enableShowVMConsole = false;
}

View File

@ -81,13 +81,13 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib"
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25036_windows_intelx86.exe"
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25043_windows_intelx86.exe"
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25036_windows_intelx86.pdb"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25043_windows_intelx86.pdb"
SubSystem="2"
TargetMachine="1"
/>
@ -182,13 +182,13 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="libcmt.lib libcpmt.lib kernel32.lib user32.lib gdi32.lib ole32.lib wsock32.lib"
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25036_windows_x86_64.exe"
OutputFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25043_windows_x86_64.exe"
LinkIncremental="0"
SuppressStartupBanner="true"
IgnoreAllDefaultLibraries="true"
DelayLoadDLLs=""
GenerateDebugInformation="true"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25036_windows_x86_64.pdb"
ProgramDatabaseFile=".\Build\$(PlatformName)\$(ConfigurationName)\vboxwrapper_25043_windows_x86_64.pdb"
SubSystem="2"
TargetMachine="17"
/>