Hi All,

I have just spent the day on porting FreeRDP 1.0 to Windows. I added a
couple of conditional includes, added some utils as well, etc. CMake is
marvelous in the sense that it generates Visual Studio project files
automatically, so no more breakage each time a simple file is added in Linux
but not on Windows. All you need is cmake, git, and OpenSSL for window. in a
terminal, just type in "cmake ." in the root of the FreeRDP 1.0 source tree
to generate Visual Studio project files. I'm using Visual Studio 2010, but
feel free to use CMake to generate files for an older version of MSVC.

Here's the problem I am currently running into:

While cmake successfully builds DLLs for the multiple libraries we have, it
attempts to link to those libraries as .libs which are not generated. Does
anyone know how to work around this problem? It's probably the last thing
preventing me from getting a new wfreerdp in 1.0.

Best regards,
- Marc-Andre
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
Freerdp-devel mailing list
Freerdp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freerdp-devel

Reply via email to