aboutsummaryrefslogtreecommitdiffstats
path: root/win
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-02-08 18:12:26 +0000
committerDRC <dcommander@users.sourceforge.net>2011-02-08 18:12:26 +0000
commit8dde2665b43c904b035e5d7f4beeae34cc8ab768 (patch)
treefd7514848e24877961f49c30d4ab169788025484 /win
parent27198cecda2903a59d3a3c5e75682d14b1f35a05 (diff)
downloadtigervnc-8dde2665b43c904b035e5d7f4beeae34cc8ab768.tar.gz
tigervnc-8dde2665b43c904b035e5d7f4beeae34cc8ab768.zip
Remove old Visual C++ project files (use CMake to build with Visual C++)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4260 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win')
-rw-r--r--win/logmessages/logmessages.dsp202
-rw-r--r--win/rfb_win32/rfb_win32.dsp489
-rw-r--r--win/vnc.dsw218
-rw-r--r--win/vncconfig/vncconfig.dsp196
-rw-r--r--win/vncviewer/vncviewer.dsp281
-rw-r--r--win/winvnc/winvnc.dsp252
-rw-r--r--win/wm_hooks/wm_hooks.dsp149
7 files changed, 0 insertions, 1787 deletions
diff --git a/win/logmessages/logmessages.dsp b/win/logmessages/logmessages.dsp
deleted file mode 100644
index 06ed8c4f..00000000
--- a/win/logmessages/logmessages.dsp
+++ /dev/null
@@ -1,202 +0,0 @@
-# Microsoft Developer Studio Project File - Name="logmessages" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=logmessages - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "logmessages.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "logmessages.mak" CFG="logmessages - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "logmessages - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "logmessages - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "logmessages - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "logmessages - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\Release"
-# PROP Intermediate_Dir "..\Release\logmessages"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 /nologo /dll /machine:I386 /out:"messages.mc"
-# Begin Custom Build
-InputPath=.\messages.mc
-SOURCE="$(InputPath)"
-
-BuildCmds= \
- mc messages.mc \
- rc -r -fo messages.res messages.rc \
- link -dll -noentry -out:..\Release\logmessages.dll messages.res \
-
-
-"messages.res" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"messages.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"messages.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"..\Release\logmessages.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "logmessages - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "../Debug"
-# PROP Intermediate_Dir "..\Debug\logmessages"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 /nologo /dll /debug /machine:I386 /nodefaultlib /out:"messages.mc" /pdbtype:sept
-# Begin Custom Build
-InputPath=.\messages.mc
-SOURCE="$(InputPath)"
-
-BuildCmds= \
- mc messages.mc \
- rc -r -fo messages.res messages.rc \
- link -dll -noentry -out:..\Debug\logmessages.dll messages.res \
-
-
-"messages.res" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"messages.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"messages.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"..\Debug\logmessages.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ELSEIF "$(CFG)" == "logmessages - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "logmessages___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "logmessages___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 1
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\Debug_Unicode"
-# PROP Intermediate_Dir "..\Debug_Unicode\logmessages"
-# PROP Ignore_Export_Lib 1
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_WINDOWS" /D "_USRDLL" /D "LOGMESSAGES_EXPORTS" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 /nologo /dll /debug /machine:I386 /nodefaultlib /out:"messages.mc" /pdbtype:sept
-# ADD LINK32 /nologo /dll /debug /machine:I386 /nodefaultlib /out:"messages.mc" /pdbtype:sept
-# Begin Custom Build
-InputPath=.\messages.mc
-SOURCE="$(InputPath)"
-
-BuildCmds= \
- mc messages.mc \
- rc -r -fo messages.res messages.rc \
- link -dll -noentry -out:..\Debug_Unicode\logmessages.dll messages.res \
-
-
-"messages.res" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"messages.rc" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"messages.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-
-"..\Debug_Unicode\logmessages.dll" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
- $(BuildCmds)
-# End Custom Build
-
-!ENDIF
-
-# Begin Target
-
-# Name "logmessages - Win32 Release"
-# Name "logmessages - Win32 Debug"
-# Name "logmessages - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# Begin Source File
-
-SOURCE=.\messages.mc
-# End Source File
-# End Target
-# End Project
diff --git a/win/rfb_win32/rfb_win32.dsp b/win/rfb_win32/rfb_win32.dsp
deleted file mode 100644
index e4843435..00000000
--- a/win/rfb_win32/rfb_win32.dsp
+++ /dev/null
@@ -1,489 +0,0 @@
-# Microsoft Developer Studio Project File - Name="rfb_win32" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Static Library" 0x0104
-
-CFG=rfb_win32 - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "rfb_win32.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "rfb_win32.mak" CFG="rfb_win32 - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "rfb_win32 - Win32 Release" (based on "Win32 (x86) Static Library")
-!MESSAGE "rfb_win32 - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE "rfb_win32 - Win32 Debug Unicode" (based on "Win32 (x86) Static Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "rfb_win32 - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\Release"
-# PROP Intermediate_Dir "..\Release\rfb_win32"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_MBCS" /D "_LIB" /D "WIN32" /YX /FD /c
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "rfb_win32 - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\Debug"
-# PROP Intermediate_Dir "..\Debug\rfb_win32"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "WIN32" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ELSEIF "$(CFG)" == "rfb_win32 - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "rfb_win32___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "rfb_win32___Win32_Debug_Unicode"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\Debug_Unicode"
-# PROP Intermediate_Dir "..\Debug_Unicode\rfb_win32"
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_LIB" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_LIB" /D "WIN32" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo
-
-!ENDIF
-
-# Begin Target
-
-# Name "rfb_win32 - Win32 Release"
-# Name "rfb_win32 - Win32 Debug"
-# Name "rfb_win32 - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\AboutDialog.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\CKeyboard.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\CleanDesktop.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\Clipboard.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\CPointer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\CurrentUser.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\DeviceContext.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\DeviceFrameBuffer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\Dialog.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\DIBSectionBuffer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\DynamicFn.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\EventManager.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\LaunchProcess.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\ListViewControl.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\LowLevelKeyEvents.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\MonitorInfo.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\MsgWindow.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\OSVersion.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\ProgressControl.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\RegConfig.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\Registry.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\ScaledDIBSectionBuffer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\SDisplay.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\SDisplayCorePolling.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\SDisplayCoreWMHooks.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\Security.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\Service.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\SInput.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\SocketManager.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\TCharArray.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\Threading.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\ToolBar.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\TsSessions.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\Win32Util.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\WMCursor.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\WMHooks.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\WMNotifier.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\WMPoller.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\WMShatter.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\WMWindowCopyRect.cxx
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\AboutDialog.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\BitmapInfo.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\CKeyboard.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\CleanDesktop.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Clipboard.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\CompatibleBitmap.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ComputerName.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\CPointer.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\CurrentUser.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\DeviceContext.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\DeviceFrameBuffer.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Dialog.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\DIBSectionBuffer.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\DynamicFn.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\EventManager.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Handle.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\IconInfo.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\IntervalTimer.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\keymap.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\LaunchProcess.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ListViewControl.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\LocalMem.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\LogicalPalette.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\LowLevelKeyEvents.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ModuleFileName.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MonitorInfo.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MsgBox.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MsgWindow.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\OSVersion.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ProgressControl.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\RegConfig.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Registry.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ScaledDIBSectionBuffer.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\SDisplay.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\SDisplayCoreDriver.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\SDisplayCorePolling.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\SDisplayCoreWMHooks.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Security.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Service.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\SInput.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\SocketManager.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TCharArray.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Threading.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ToolBar.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TrayIcon.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\TsSessions.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Win32Util.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\WMCursor.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\WMHooks.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\WMNotifier.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\WMPoller.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\WMShatter.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\WMWindowCopyRect.h
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/win/vnc.dsw b/win/vnc.dsw
deleted file mode 100644
index f270ddd8..00000000
--- a/win/vnc.dsw
+++ /dev/null
@@ -1,218 +0,0 @@
-Microsoft Developer Studio Workspace File, Format Version 6.00
-# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
-
-###############################################################################
-
-Project: "Xregion"=..\common\Xregion\Xregion.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "logmessages"=.\logmessages\logmessages.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "network"=..\common\network\network.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "rdr"=..\common\rdr\rdr.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "rfb"=..\common\rfb\rfb.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name rdr
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name Xregion
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "rfb_win32"=.\rfb_win32\rfb_win32.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name rfb
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "vncconfig"=.\vncconfig\vncconfig.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name rfb
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name rfb_win32
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name network
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name Xregion
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "vncviewer"=.\vncviewer\vncviewer.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name rfb
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name zlib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name jpeg
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name rfb_win32
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name network
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name rdr
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name Xregion
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "winvnc"=.\winvnc\winvnc.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
- Begin Project Dependency
- Project_Dep_Name network
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name rfb_win32
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name zlib
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name jpeg
- End Project Dependency
- Begin Project Dependency
- Project_Dep_Name Xregion
- End Project Dependency
-}}}
-
-###############################################################################
-
-Project: "wm_hooks"=.\wm_hooks\wm_hooks.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "zlib"=..\common\zlib\zlib.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Project: "jpeg"=..\common\jpeg\jpeg.dsp - Package Owner=<4>
-
-Package=<5>
-{{{
-}}}
-
-Package=<4>
-{{{
-}}}
-
-###############################################################################
-
-Global:
-
-Package=<5>
-{{{
-}}}
-
-Package=<3>
-{{{
-}}}
-
-###############################################################################
-
diff --git a/win/vncconfig/vncconfig.dsp b/win/vncconfig/vncconfig.dsp
deleted file mode 100644
index b096ded0..00000000
--- a/win/vncconfig/vncconfig.dsp
+++ /dev/null
@@ -1,196 +0,0 @@
-# Microsoft Developer Studio Project File - Name="vncconfig" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Application" 0x0101
-
-CFG=vncconfig - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "vncconfig.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "vncconfig.mak" CFG="vncconfig - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "vncconfig - Win32 Release" (based on "Win32 (x86) Application")
-!MESSAGE "vncconfig - Win32 Debug" (based on "Win32 (x86) Application")
-!MESSAGE "vncconfig - Win32 Debug Unicode" (based on "Win32 (x86) Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "vncconfig - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\Release"
-# PROP Intermediate_Dir "..\Release\vncconfig"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 user32.lib gdi32.lib advapi32.lib version.lib shell32.lib comctl32.lib ws2_32.lib ole32.lib /nologo /subsystem:windows /machine:I386
-
-!ELSEIF "$(CFG)" == "vncconfig - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "vncconfig___Win32_Debug"
-# PROP BASE Intermediate_Dir "vncconfig___Win32_Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\Debug"
-# PROP Intermediate_Dir "..\Debug\vncconfig"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 user32.lib gdi32.lib advapi32.lib version.lib shell32.lib comctl32.lib ws2_32.lib ole32.lib /nologo /subsystem:windows /incremental:no /debug /machine:I386 /pdbtype:sept
-
-!ELSEIF "$(CFG)" == "vncconfig - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "vncconfig___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "vncconfig___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\Debug_Unicode"
-# PROP Intermediate_Dir "..\Debug_Unicode\vncconfig"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_WINDOWS" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib version.lib shell32.lib comctl32.lib ws2_32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 user32.lib gdi32.lib advapi32.lib version.lib shell32.lib comctl32.lib ws2_32.lib ole32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "vncconfig - Win32 Release"
-# Name "vncconfig - Win32 Debug"
-# Name "vncconfig - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\Legacy.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\PasswordDialog.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\vncconfig.cxx
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\Authentication.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Connections.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Desktop.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Hooking.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Inputs.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Legacy.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\PasswordDialog.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\resource.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\Sharing.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\connected.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\vncconfig.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\vncconfig.rc
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=.\vncconfig.exe.manifest
-# End Source File
-# End Target
-# End Project
diff --git a/win/vncviewer/vncviewer.dsp b/win/vncviewer/vncviewer.dsp
deleted file mode 100644
index 044a05a3..00000000
--- a/win/vncviewer/vncviewer.dsp
+++ /dev/null
@@ -1,281 +0,0 @@
-# Microsoft Developer Studio Project File - Name="vncviewer" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Application" 0x0101
-
-CFG=vncviewer - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "vncviewer.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "vncviewer.mak" CFG="vncviewer - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "vncviewer - Win32 Release" (based on "Win32 (x86) Application")
-!MESSAGE "vncviewer - Win32 Debug" (based on "Win32 (x86) Application")
-!MESSAGE "vncviewer - Win32 Debug Unicode" (based on "Win32 (x86) Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "vncviewer - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\Release"
-# PROP Intermediate_Dir "..\Release\vncviewer"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /c
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /machine:I386
-# ADD LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /machine:I386
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Updating buildTime
-PreLink_Cmds=cl /c /nologo /Fo..\Release\ /Fd..\Release\vncviewer /MT buildTime.cxx
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "vncviewer - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\Debug"
-# PROP Intermediate_Dir "..\Debug\vncviewer"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /FR /YX /FD /GZ /c
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /incremental:no /debug /machine:I386 /pdbtype:sept
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Updating buildTime
-PreLink_Cmds=cl /c /nologo /Fo..\Debug\ /Fd..\Debug\vncviewer /MTd buildTime.cxx
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "vncviewer - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "vncviewer___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "vncviewer___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\Debug_Unicode"
-# PROP Intermediate_Dir "..\Debug_Unicode\vncviewer"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_WINDOWS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_WINDOWS" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /FR /YX /FD /GZ /c
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib comdlg32.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Updating buildTime
-PreLink_Cmds=cl /c /nologo /Fo..\Debug_Unicode\ /Fd..\Debug_Unicode\vncviewer /MTd buildTime.cxx
-# End Special Build Tool
-
-!ENDIF
-
-# Begin Target
-
-# Name "vncviewer - Win32 Release"
-# Name "vncviewer - Win32 Debug"
-# Name "vncviewer - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\buildTime.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\CConn.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\CConnOptions.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\CConnThread.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\ConnectingDialog.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\ConnectionDialog.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\DesktopWindow.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\InfoDialog.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\OptionsDialog.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\UserPasswdDialog.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\ViewerToolBar.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\vncviewer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\vncviewer.rc
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\CConn.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\CConnOptions.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\CConnThread.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ConnectingDialog.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ConnectionDialog.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\DesktopWindow.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\InfoDialog.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ListenServer.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ListenTrayIcon.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\MRU.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\OptionsDialog.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\UserPasswdDialog.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ViewerToolBar.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\cursor1.cur
-# End Source File
-# Begin Source File
-
-SOURCE=.\ftdir.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\ftfile.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\ftreload.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\ftup.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\toolbar.bmp
-# End Source File
-# Begin Source File
-
-SOURCE=.\vncviewer.bmp
-# End Source File
-# Begin Source File
-
-SOURCE=.\vncviewer.exe.manifest
-# End Source File
-# Begin Source File
-
-SOURCE=.\vncviewer.ico
-# End Source File
-# End Group
-# End Target
-# End Project
diff --git a/win/winvnc/winvnc.dsp b/win/winvnc/winvnc.dsp
deleted file mode 100644
index 3c879616..00000000
--- a/win/winvnc/winvnc.dsp
+++ /dev/null
@@ -1,252 +0,0 @@
-# Microsoft Developer Studio Project File - Name="winvnc" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Console Application" 0x0103
-
-CFG=winvnc - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "winvnc.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "winvnc.mak" CFG="winvnc - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "winvnc - Win32 Release" (based on "Win32 (x86) Console Application")
-!MESSAGE "winvnc - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "winvnc - Win32 Debug Unicode" (based on "Win32 (x86) Console Application")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "winvnc - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "..\Release"
-# PROP Intermediate_Dir "..\Release\winvnc"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "NDEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /FR /YX /FD /c
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 advapi32.lib user32.lib gdi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:console /machine:I386 /out:"../Release/winvnc4.exe"
-# SUBTRACT LINK32 /profile
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Updating buildTime
-PreLink_Cmds=cl /c /nologo /Fo..\Release\ /Fd..\Release\winvnc /MT buildTime.cxx
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "winvnc - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\Debug"
-# PROP Intermediate_Dir "..\Debug\winvnc"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /FR /YX /FD /GZ /c
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 advapi32.lib user32.lib gdi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:console /debug /machine:I386 /out:"../Debug/winvnc4.exe" /fixed:no
-# SUBTRACT LINK32 /profile /incremental:no
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Updating buildTime
-PreLink_Cmds=cl /c /nologo /Fo..\Debug\ /Fd..\Debug\winvnc /MTd buildTime.cxx
-# End Special Build Tool
-
-!ELSEIF "$(CFG)" == "winvnc - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "winvnc___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "winvnc___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\Debug_Unicode"
-# PROP Intermediate_Dir "..\Debug_Unicode\winvnc"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /I "../../common" /FI"rdr/msvcwarning.h" /D "_CONSOLE" /D "_DEBUG" /D "WIN32" /D "_UNICODE" /D "UNICODE" /YX /FD /GZ /c
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 user32.lib gdi32.lib advapi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"../Debug/winvnc4.exe" /fixed:no
-# SUBTRACT BASE LINK32 /pdb:none
-# ADD LINK32 advapi32.lib user32.lib gdi32.lib ws2_32.lib version.lib comctl32.lib shell32.lib ole32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"..\Debug_Unicode/winvnc4.exe" /fixed:no
-# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PreLink_Desc=Updating buildTime
-PreLink_Cmds=cl /c /nologo /Fo..\Debug_Unicode /Fd..\Debug_Unicode\winvnc /MTd buildTime.cxx
-# End Special Build Tool
-
-!ENDIF
-
-# Begin Target
-
-# Name "winvnc - Win32 Release"
-# Name "winvnc - Win32 Debug"
-# Name "winvnc - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\buildTime.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\ControlPanel.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\JavaViewer.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\ManagedListener.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\QueryConnectDialog.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\STrayIcon.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\VNCServerService.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\VNCServerWin32.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\winvnc.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\winvnc.rc
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\AddNewClientDialog.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ControlPanel.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\JavaViewer.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\ManagedListener.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\QueryConnectDialog.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\STrayIcon.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\VNCServerService.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\VNCServerWin32.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# Begin Source File
-
-SOURCE=.\connecte.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\connected.ico
-# End Source File
-# Begin Source File
-
-SOURCE=.\icon_dis.ico
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\common\javabin\logo150x150.gif
-# End Source File
-# Begin Source File
-
-SOURCE=.\winvnc.bmp
-# End Source File
-# Begin Source File
-
-SOURCE=.\winvnc.ico
-# End Source File
-# End Group
-# Begin Source File
-
-SOURCE=..\..\common\javabin\index.vnc
-# End Source File
-# Begin Source File
-
-SOURCE=..\..\common\javabin\vncviewer.jar
-# End Source File
-# Begin Source File
-
-SOURCE=.\winvnc4.exe.manifest
-# End Source File
-# End Target
-# End Project
diff --git a/win/wm_hooks/wm_hooks.dsp b/win/wm_hooks/wm_hooks.dsp
deleted file mode 100644
index 65e4b866..00000000
--- a/win/wm_hooks/wm_hooks.dsp
+++ /dev/null
@@ -1,149 +0,0 @@
-# Microsoft Developer Studio Project File - Name="wm_hooks" - Package Owner=<4>
-# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** DO NOT EDIT **
-
-# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
-
-CFG=wm_hooks - Win32 Debug Unicode
-!MESSAGE This is not a valid makefile. To build this project using NMAKE,
-!MESSAGE use the Export Makefile command and run
-!MESSAGE
-!MESSAGE NMAKE /f "wm_hooks.mak".
-!MESSAGE
-!MESSAGE You can specify a configuration when running NMAKE
-!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
-!MESSAGE NMAKE /f "wm_hooks.mak" CFG="wm_hooks - Win32 Debug Unicode"
-!MESSAGE
-!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "wm_hooks - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "wm_hooks - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE "wm_hooks - Win32 Debug Unicode" (based on "Win32 (x86) Dynamic-Link Library")
-!MESSAGE
-
-# Begin Project
-# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName ""
-# PROP Scc_LocalPath ""
-CPP=cl.exe
-MTL=midl.exe
-RSC=rc.exe
-
-!IF "$(CFG)" == "wm_hooks - Win32 Release"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "Release"
-# PROP BASE Intermediate_Dir "Release"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "../Release"
-# PROP Intermediate_Dir "..\Release\wm_hooks"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WM_HOOKS_EXPORTS" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I ".." /FI"../../common/rdr/msvcwarning.h" /D "NDEBUG" /D "_MBCS" /D "_WINDOWS" /D "_USRDLL" /D "WM_HOOKS_EXPORTS" /D "WIN32" /YX /FD /c
-# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "NDEBUG"
-# ADD RSC /l 0x809 /d "NDEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
-
-!ELSEIF "$(CFG)" == "wm_hooks - Win32 Debug"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "Debug"
-# PROP BASE Intermediate_Dir "Debug"
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "../Debug"
-# PROP Intermediate_Dir "..\Debug\wm_hooks"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "WM_HOOKS_EXPORTS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"../../common/rdr/msvcwarning.h" /D "_DEBUG" /D "_MBCS" /D "_WINDOWS" /D "_USRDLL" /D "WM_HOOKS_EXPORTS" /D "WIN32" /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:no /debug /machine:I386 /pdbtype:sept
-# SUBTRACT LINK32 /profile
-
-!ELSEIF "$(CFG)" == "wm_hooks - Win32 Debug Unicode"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "wm_hooks___Win32_Debug_Unicode"
-# PROP BASE Intermediate_Dir "wm_hooks___Win32_Debug_Unicode"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "..\Debug_Unicode"
-# PROP Intermediate_Dir "..\Debug_Unicode\wm_hooks"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"msvcwarning.h" /D "_DEBUG" /D "_WINDOWS" /D "_USRDLL" /D "WM_HOOKS_EXPORTS" /D "WIN32" /D "_MBCS" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /I ".." /FI"../../common/rdr/msvcwarning.h" /D "_DEBUG" /D "_UNICODE" /D "UNICODE" /D "_WINDOWS" /D "_USRDLL" /D "WM_HOOKS_EXPORTS" /D "WIN32" /YX /FD /GZ /c
-# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
-# ADD BASE RSC /l 0x809 /d "_DEBUG"
-# ADD RSC /l 0x809 /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-
-!ENDIF
-
-# Begin Target
-
-# Name "wm_hooks - Win32 Release"
-# Name "wm_hooks - Win32 Debug"
-# Name "wm_hooks - Win32 Debug Unicode"
-# Begin Group "Source Files"
-
-# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
-# Begin Source File
-
-SOURCE=.\wm_hooks.cxx
-# End Source File
-# Begin Source File
-
-SOURCE=.\wm_hooks.def
-# End Source File
-# Begin Source File
-
-SOURCE=.\wm_hooks.rc
-# End Source File
-# End Group
-# Begin Group "Header Files"
-
-# PROP Default_Filter "h;hpp;hxx;hm;inl"
-# Begin Source File
-
-SOURCE=.\wm_hooks.h
-# End Source File
-# End Group
-# Begin Group "Resource Files"
-
-# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
-# End Group
-# End Target
-# End Project