Commit Graph

17 Commits

Author SHA1 Message Date
Armin Novak 175a3ca09a [cmake] do not append EXECUTABLE_SUFFIX to OUTPUT_NAME 2023-12-22 15:37:56 +01:00
Armin Novak b04271ae2d [cmake] add executable versioning
optionally append API version to generated binaries
2023-12-21 18:56:51 +01:00
Bernhard Miklautz 0313ca3622 libfreerdp: always build "MONOLITHIC"
"libfreerdp" consisted of multiple (small) single libraries. If the cmake
option MONOLITHIC was used only one library was build combining all of
the libfreerdp-* libraries.
The only exceptions to this are libfreerdp-server and libfreerdp-client these
are build as separate libraries.

This commit obsoltes non-monolithic builds and makes monolithic builds
the default. The cmake option MONOLITHIC is also removed.
2014-09-12 00:19:53 +02:00
Bernhard Miklautz 6a49bcfe40 winpr: always build "monolitic"
winpr is now always build as single library.
The build option MONOLITHIC_BUILD doesn't influence this behavior anymore.

The only exception is winpr-makecert-tool which is still build as extra
library.

This obsoletes complex_libraries for winpr.
2014-07-10 11:10:58 +02:00
Christian Hofstaedtler 3fb2469089 mfreerdp-server: don't link directly to CoreGraphics
Apparently one should link to ApplicationServices, which is a purely
transitional framework. This fixes builds with deployment target set
to 10.4 when building with the 10.8 SDK.
2013-03-11 21:22:24 +01:00
C-o-r-E eb03084b89 mfreerdp-server: started keyboard map 2013-02-27 17:16:09 -05:00
C-o-r-E fab36f25d6 mfreerdp-server: input skeleton 2013-02-20 19:20:49 -05:00
C-o-r-E d9968bae7f mfreerdp-server: rdpsnd basic functionality 2013-01-24 19:21:56 -05:00
Daryl Poe b64408975d freerdp primitives library 2013-01-18 15:32:58 -07:00
C-o-r-E 9391e60c13 mfreerdp-server: begin transition to IOSurface API 2012-12-09 17:40:37 -05:00
C-o-r-E a05ccaa656 mfreerdp-server: add displaystream functionality 2012-11-15 18:09:20 -05:00
C-o-r-E 7c84bdbed5 mfreerdp-server: more refactoring; added info singleton 2012-11-15 15:43:58 -05:00
C-o-r-E 5ef0079ad4 mfreerdp-server: refactored file structure 2012-11-15 13:31:47 -05:00
C-o-r-E b33b0380b0 mfreerdp-server: got rfx working at 1fps 2012-11-15 12:16:10 -05:00
C-o-r-E 4a010f6328 mfreerdp-server: added xf style events 2012-11-13 19:49:34 -05:00
C-o-r-E 9713243a89 mfreerdp-server: made channel code conditional, fixed build 2012-11-13 15:18:30 -05:00
Marc-André Moreau 6882b1fa9d mfreerdp-server: initial commit 2012-10-31 23:04:31 -04:00