]> source.dussan.org Git - tigervnc.git/commit
Basic support for building Windows vncviewer using MinGW. This patch
authorPeter Åstrand <astrand@cendio.se>
Tue, 9 Dec 2008 10:27:33 +0000 (10:27 +0000)
committerPeter Åstrand <astrand@cendio.se>
Tue, 9 Dec 2008 10:27:33 +0000 (10:27 +0000)
commiteaff3bc8fa335b322981173fb3a8bfa158d88227
tree044a77f27839ef61ef9ec92853ddae31f7014c86
parent00e0dbfdcbad585795300ee9c7d8cabab5eb487c
Basic support for building Windows vncviewer using MinGW. This patch
includes non-intrusive changes, more tweaks will follow. Details:

* Defining WINVER and _WIN32_IE in both common and win modules.

* Need to build CFTMsgWriter and CFTMsgReader.

* Added configure script and Makefiles.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3326 3789f03b-4d11-0410-bbf8-ca57d06f2519
common/configure.ac
common/rfb/Makefile.am
win/Makefile.am [new file with mode: 0644]
win/configure.ac [new file with mode: 0644]
win/rfb_win32/Makefile.am [new file with mode: 0644]
win/vncviewer/Makefile.am [new file with mode: 0644]