FreeRDP/client/Windows
Bernhard Miklautz 6fa3608111 cleanup cmake exports and pkg-config files
With this commit the "exported" components (usable with pkg-config and
cmake find module package)
* winpr - winpr library and headers
* freerdp - core library and headers
* freerdp-client - client specific library
* freerdp-server - server specific library
* rdtk - rdtk headers and library

To allow the installation of multiple different version (different major
number) the include files were moved into the respective sub folder:
freerdp -> freerdp{MAJOR}/freerdp (currently freerdp2/freerdp/)
winpr -> winpr{MAJOR}/winpr (currently winrp1/winpr/)
rdtk -> rdpk{MAJOR}/rdtk (currently rdtk0/rdtk/

The generated pkg-config and cmake find modules now also include the major
version number. Currently the following pkg-config are generated and
installed.
* winpr1
* freerdp2
* freerdp-server2
* freerdp-client2
* rdtk0

As cmake is able to handle multiple versions out of the box the
following can be used to find a specific module:

find_package(WinPR)
find_package(FreeRDP)
find_package(FreeRDP-Server)
find_package(FreeRDP-Client)
find_package(RdTk)

As cmake doesn't automatically resolve dependencies for packages it is
necessary to manually include the requirements. For example if
FreeRDP-Client is required WinPR and FreeRDP need to be included
(find_package) as well.

This commit also fixes the installation when STATIC_CHANNELS are built.
WITH STATIC_CHANNELS all channels are linked into libfreerdp-client, for
this all channels are generated as linker archive and linked together in
the final step. Before the intermediate linker archives were, although
not required and useful, installed. Same applies for server side
channels.
2016-01-12 17:32:33 +01:00
..
cli Updated pdb file locations. 2015-12-15 12:08:35 +01:00
resource Recompressed images with FileOptimizer 6.8 (an open-source mass file recompression tool for Windows) 2014-08-08 20:12:25 -04:00
CMakeLists.txt cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00
FreeRDP.ico
ModuleOptions.cmake
resource.h
wf_channels.c wfreerdp: stub RemoteApp callbacks 2014-10-24 11:30:04 -04:00
wf_channels.h wfreerdp: start preparing cliprdr code for migration to cliprdr callback interface 2014-10-23 15:38:19 -04:00
wf_client.c libfreerdp-core: fix code style 2015-09-15 10:37:57 -04:00
wf_client.h Fixed clipboard file transfer. 2015-10-27 10:44:32 +01:00
wf_cliprdr.c Fixed mixed declaration. 2015-10-27 10:44:32 +01:00
wf_cliprdr.h Fixed clipboard file transfer. 2015-10-27 10:44:32 +01:00
wf_event.c clients: fix "focus in event" issues 2015-01-16 18:40:57 +01:00
wf_event.h wfreerdp: consolidate cliprdr code 2014-10-23 13:11:20 -04:00
wf_floatbar.c wfreerdp: add RDP8 graphics pipeline support 2014-09-12 16:30:57 -04:00
wf_floatbar.h
wf_gdi.c Fix unchecked CreateEvent calls and misc fixes 2015-04-29 18:18:39 +02:00
wf_gdi.h change return types of callbacks to BOOL 2015-04-21 14:18:07 +02:00
wf_graphics.c wfreerdp: fix and improve remote assistance 2015-05-07 14:20:49 -04:00
wf_graphics.h wfreerdp: add RDP8 graphics pipeline support 2014-09-12 16:30:57 -04:00
wf_rail.c Remove WIN32ERROR type 2015-08-27 05:38:20 -07:00
wf_rail.h Add checks for some XXX_New and XXX_Add functions 2015-05-18 11:28:00 +02:00
wfreerdp.rc