FreeRDP/channels/rdpdr
Bernhard Miklautz 668c8c8cef build: use WITH_XXX instead of XXX_FOUND
To check if something should be en- or disabled WITH_XXX
should be used and not XXX_FOUND.

If XXX_FOUND is used and something gets disabled afterwards (by setting
WITH_XXX to OFF) it will be compiled in as long as XXX_FOUND is found in
cmake's cache file. So disabling a feature, or option, without
clearing the CMakeCache.txt might result in builds with unwanted
configuration.
2012-01-23 14:40:05 +01:00
..
disk rdpdr/disk: fix file deletes 2011-12-31 13:03:00 -06:00
parallel Cross-platform 2011-10-24 11:08:39 -07:00
printer build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
serial types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
smartcard Fix crash when connecting using smartcard 2011-12-22 14:23:08 -05:00
CMakeLists.txt build: use WITH_XXX instead of XXX_FOUND 2012-01-23 14:40:05 +01:00
devman.c types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
devman.h include: refactor FRDP_ types to RDP_ 2011-08-17 17:28:26 -04:00
irp.c rdpdr: implement irp. 2011-08-06 01:54:40 +08:00
irp.h rdpdr: implement irp. 2011-08-06 01:54:40 +08:00
rdpdr_capabilities.c rdpdr: add capability processing. 2011-08-05 15:43:48 +08:00
rdpdr_capabilities.h rdpdr: add capability processing. 2011-08-05 15:43:48 +08:00
rdpdr_constants.h rdpdr: initial work. 2011-08-05 09:36:25 +08:00
rdpdr_main.c types: refactoring to make use of standard data types when available 2011-11-19 12:19:16 -05:00
rdpdr_main.h rdpdr: add capability processing. 2011-08-05 15:43:48 +08:00
rdpdr_types.h rdpdr_types: [fix] add include svc_plugin 2011-10-14 11:44:13 -03:00