aboutsummaryrefslogtreecommitdiffstats
path: root/win/rfb_win32
diff options
context:
space:
mode:
authorDRC <dcommander@users.sourceforge.net>2011-06-24 19:28:27 +0000
committerDRC <dcommander@users.sourceforge.net>2011-06-24 19:28:27 +0000
commit1980dd537cb4c85ac04dc23fbde542c2495ed1fc (patch)
tree9f06cff551308dfc62cf7a902c6cb23f92054b84 /win/rfb_win32
parent3641a17969df0f38a9f886971f4dc232c7c47b46 (diff)
downloadtigervnc-1980dd537cb4c85ac04dc23fbde542c2495ed1fc.tar.gz
tigervnc-1980dd537cb4c85ac04dc23fbde542c2495ed1fc.zip
Remove unused autotools build system
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4540 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/rfb_win32')
-rw-r--r--win/rfb_win32/Makefile.am111
1 files changed, 0 insertions, 111 deletions
diff --git a/win/rfb_win32/Makefile.am b/win/rfb_win32/Makefile.am
deleted file mode 100644
index c6ae74e4..00000000
--- a/win/rfb_win32/Makefile.am
+++ /dev/null
@@ -1,111 +0,0 @@
-noinst_LTLIBRARIES = librfb_win32.la
-
-HDRS = \
- AboutDialog.h \
- BitmapInfo.h \
- CKeyboard.h \
- Clipboard.h \
- CompatibleBitmap.h \
- ComputerName.h \
- CPointer.h \
- CurrentUser.h \
- DeviceContext.h \
- DeviceFrameBuffer.h \
- Dialog.h \
- DIBSectionBuffer.h \
- DynamicFn.h \
- EventManager.h \
- Handle.h \
- IconInfo.h \
- IntervalTimer.h \
- keymap.h \
- LaunchProcess.h \
- ListViewControl.h \
- LocalMem.h \
- LogicalPalette.h \
- LowLevelKeyEvents.h \
- ModuleFileName.h \
- MonitorInfo.h \
- MsgBox.h \
- MsgWindow.h \
- OSVersion.h \
- ProgressControl.h \
- RegConfig.h \
- Registry.h \
- resource.h \
- ScaledDIBSectionBuffer.h \
- SecurityPage.h \
- SDisplayCoreDriver.h \
- SDisplayCorePolling.h \
- SDisplayCoreWMHooks.h \
- SDisplay.h \
- Security.h \
- Service.h \
- SInput.h \
- SocketManager.h \
- TCharArray.h \
- Threading.h \
- ToolBar.h \
- TrayIcon.h \
- TsSessions.h \
- Win32Util.h \
- WMCursor.h \
- WMHooks.h \
- WMNotifier.h \
- WMPoller.h \
- WMShatter.h \
- WMWindowCopyRect.h
-
-librfb_win32_la_SOURCES = $(HDRS) \
- AboutDialog.cxx \
- CKeyboard.cxx \
- Clipboard.cxx \
- CPointer.cxx \
- CurrentUser.cxx \
- DeviceContext.cxx \
- DeviceFrameBuffer.cxx \
- Dialog.cxx \
- DIBSectionBuffer.cxx \
- DynamicFn.cxx \
- EventManager.cxx \
- LaunchProcess.cxx \
- ListViewControl.cxx \
- LowLevelKeyEvents.cxx \
- MonitorInfo.cxx \
- MsgWindow.cxx \
- OSVersion.cxx \
- ProgressControl.cxx \
- RegConfig.cxx \
- Registry.cxx \
- ScaledDIBSectionBuffer.cxx \
- SecurityPage.cxx \
- SDisplayCorePolling.cxx \
- SDisplayCoreWMHooks.cxx \
- SDisplay.cxx \
- Security.cxx \
- Service.cxx \
- SInput.cxx \
- SocketManager.cxx \
- TCharArray.cxx \
- Threading.cxx \
- ToolBar.cxx \
- TsSessions.cxx \
- Win32Util.cxx \
- WMCursor.cxx \
- WMHooks.cxx \
- WMNotifier.cxx \
- WMPoller.cxx \
- WMShatter.cxx \
- WMWindowCopyRect.cxx
-
-# These files rely on features not yet in upstream mingw
-if BUILD_WINVNC
-librfb_win32_la_SOURCES += \
- CleanDesktop.h \
- CleanDesktop.cxx
-endif
-
-librfb_win32_la_CPPFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/win
-librfb_win32_la_LIBADD =
-
-EXTRA_DIST = CMakeLists.txt