FreeRDP/client/Windows
richterger fbe8a2eaae Make the rdpdr disk plugin working on windows.
Currently not working are rename and setting of read only attribute and file times.

In addition it also adds the ability to staticly link plugins into the binary, so you get one big exe and need no dlls. I have only tested this on windows (only disk plugin so far).

I use the following options for cmake for static binary:

cmake -DWITH_MONOLITHIC_BUILD=ON -DMSVC_RUNTIME=static -DBUILD_SHARED_LIBS=OFF -DWITH_RDPDR=ON -DOPENSSL_INCLUDE_DIR=\opensslpath\inc32 -DOPENSSL_LIBRARIES="\opensslpath\out32.dbg\ssleay32.lib;d:\path\out32.dbg\libeay32.lib" -G "Visual Studio 9 2008" .

Important notice: Openssl need to be compiled with the same static runtime. Currently missing is a switch to link different openssl libraries for debug and release builds.
2012-10-02 08:58:54 +02:00
..
CMakeLists.txt Make the rdpdr disk plugin working on windows. 2012-10-02 08:58:54 +02:00
wf_cliprdr.c libwinpr: add proper config.h inclusions 2012-08-14 17:20:53 -04:00
wf_cliprdr.h Add building channels for Windows and stubs for clipboard reader. 2012-07-20 14:05:06 -07:00
wf_event.c libfreerdp-locale: cleanup keyboard code 2012-09-22 14:27:30 -04:00
wf_event.h wfreerdp: fix compilation on windows 2011-10-21 16:45:35 -04:00
wf_gdi.c libwinpr: add proper config.h inclusions 2012-08-14 17:20:53 -04:00
wf_gdi.h wfreerdp: fix compilation on windows 2011-10-21 16:45:35 -04:00
wf_graphics.c wfreerdp: fix RemoteFX 2012-09-03 17:38:22 -04:00
wf_graphics.h wfreerdp: fix memory leaks 2012-08-29 17:50:13 -04:00
wf_rail.c libwinpr: add proper config.h inclusions 2012-08-14 17:20:53 -04:00
wf_rail.h Add stubs for wf_rail and wf_window for Windows client. 2012-07-24 17:58:04 -07:00
wf_window.c libwinpr: add proper config.h inclusions 2012-08-14 17:20:53 -04:00
wf_window.h Add stubs for wf_rail and wf_window for Windows client. 2012-07-24 17:58:04 -07:00
wfreerdp.c Make the rdpdr disk plugin working on windows. 2012-10-02 08:58:54 +02:00
wfreerdp.h winpr: move wtypes.h and windows.h 2012-05-04 19:36:35 -04:00