CVS: seamlessrdp/ServerExe clipper.rc,1.2,1.3 clipper.vcproj,1.2,1.3 main.cpp,1.1,1.2 resource.h,1.1,1.2
Peter Åstrand <[email protected]>
| Newsgroups | gmane.network.rdesktop.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/rdesktop/seamlessrdp/ServerExe
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4072/ServerExe
Modified Files:
clipper.rc clipper.vcproj main.cpp resource.h
Log Message:
clipper renamed to seamlessrdpshell
Index: clipper.rc
===================================================================
RCS file: /cvsroot/rdesktop/seamlessrdp/ServerExe/clipper.rc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** clipper.rc 30 Jun 2005 09:11:26 -0000 1.2
--- clipper.rc 30 Jun 2005 12:53:07 -0000 1.3
***************
*** 64,68 ****
IDR_TRAY MENU
BEGIN
! POPUP "&Terminal Services Window Clipper"
BEGIN
MENUITEM "&About", ID_WMABOUT
--- 64,68 ----
IDR_TRAY MENU
BEGIN
! POPUP "&SeamlessRDP Shell"
BEGIN
MENUITEM "&About", ID_WMABOUT
Index: clipper.vcproj
===================================================================
RCS file: /cvsroot/rdesktop/seamlessrdp/ServerExe/clipper.vcproj,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** clipper.vcproj 30 Jun 2005 08:58:46 -0000 1.2
--- clipper.vcproj 30 Jun 2005 12:53:07 -0000 1.3
***************
*** 27,31 ****
RuntimeLibrary="3"
UsePrecompiledHeader="2"
! PrecompiledHeaderFile="Debug/clipper.pch"
AssemblerListingLocation="Debug/"
ObjectFile="Debug/"
--- 27,31 ----
RuntimeLibrary="3"
UsePrecompiledHeader="2"
! PrecompiledHeaderFile="Debug/seamlessrdpshell.pch"
AssemblerListingLocation="Debug/"
ObjectFile="Debug/"
***************
*** 40,48 ****
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies=""
! OutputFile="Debug/clipper.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
! ProgramDatabaseFile="Debug/clipper.pdb"
SubSystem="2"/>
<Tool
--- 40,48 ----
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies=""
! OutputFile="Debug/seamlessrdpshell.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
! ProgramDatabaseFile="Debug/seamlessrdpshell.pdb"
SubSystem="2"/>
<Tool
***************
*** 52,56 ****
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
! TypeLibraryName="d:\Debug/clipper.tlb"/>
<Tool
Name="VCPostBuildEventTool"
--- 52,56 ----
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
! TypeLibraryName="d:\Debug/seamlessrdpshell.tlb"/>
<Tool
Name="VCPostBuildEventTool"
***************
*** 91,95 ****
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
! PrecompiledHeaderFile=".\Release/clipper.pch"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
--- 91,95 ----
EnableFunctionLevelLinking="TRUE"
UsePrecompiledHeader="2"
! PrecompiledHeaderFile=".\Release/seamlessrdpshell.pch"
AssemblerListingLocation=".\Release/"
ObjectFile=".\Release/"
***************
*** 103,110 ****
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies=""
! OutputFile=".\Release/clipper.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
! ProgramDatabaseFile=".\Release/clipper.pdb"
SubSystem="2"/>
<Tool
--- 103,110 ----
AdditionalOptions="/MACHINE:I386"
AdditionalDependencies=""
! OutputFile=".\Release/seamlessrdpshell.exe"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
! ProgramDatabaseFile=".\Release/seamlessrdpshell.pdb"
SubSystem="2"/>
<Tool
***************
*** 114,118 ****
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
! TypeLibraryName=".\Release/clipper.tlb"/>
<Tool
Name="VCPostBuildEventTool"
--- 114,118 ----
SuppressStartupBanner="TRUE"
TargetEnvironment="1"
! TypeLibraryName=".\Release/seamlessrdpshell.tlb"/>
<Tool
Name="VCPostBuildEventTool"
***************
*** 142,146 ****
<Files>
<File
! RelativePath=".\clipper.rc">
</File>
<File
--- 142,146 ----
<Files>
<File
! RelativePath=".\seamlessrdpshell.rc">
</File>
<File
Index: main.cpp
===================================================================
RCS file: /cvsroot/rdesktop/seamlessrdp/ServerExe/main.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** main.cpp 30 Jun 2005 08:53:04 -0000 1.1
--- main.cpp 30 Jun 2005 12:53:07 -0000 1.2
***************
*** 1,5 ****
//*********************************************************************************
//
! //Title: Terminal Services Window Clipper
//
//Author: Martin Wickett
--- 1,5 ----
//*********************************************************************************
//
! //Title: SeamlessRDP Shell
//
//Author: Martin Wickett
***************
*** 22,26 ****
static const UINT WM_TRAY_NOTIFY = (WM_APP + 1000);
! static const char szAppName[] = "Terminal Services Window Clipper";
//
--- 22,26 ----
static const UINT WM_TRAY_NOTIFY = (WM_APP + 1000);
! static const char szAppName[] = "SeamlessRDP Shell";
//
***************
*** 29,33 ****
void Message(const char* message)
{
! MessageBox(GetDesktopWindow(),message,"TS Window Clipper", MB_OK);
}
--- 29,33 ----
void Message(const char* message)
{
! MessageBox(GetDesktopWindow(),message,"SeamlessRDP Shell", MB_OK);
}
***************
*** 315,317 ****
return 1;
! }
\ No newline at end of file
--- 315,317 ----
return 1;
! }
Index: resource.h
===================================================================
RCS file: /cvsroot/rdesktop/seamlessrdp/ServerExe/resource.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** resource.h 30 Jun 2005 08:53:04 -0000 1.1
--- resource.h 30 Jun 2005 12:53:07 -0000 1.2
***************
*** 1,5 ****
//*********************************************************************************
//
! //Title: Terminal Services Window Clipper
//
//Author: Martin Wickett
--- 1,5 ----
//*********************************************************************************
//
! //Title: SeamlessRDP Shell
//
//Author: Martin Wickett
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click