Am Samstag 24 November 2007 schrieb Petit Eric: > Finally with luke i find this : > https://www.hendrik-sattler.de/svn/openobex/ > But there isn't any .sln files for VS!
Install cmake-2.4.7 and use CMakeSetup You can also run it from a console as cmake -G "Visual Studio 7" path/to/source/dir (from memory, see cmake --help). I suggest CMakeSetup because it also shows you all available options. With the next major release of CMake, there will also be a QT front-end. Now you have a solution file for the build environment of your choice. HS PS: You should setup Platform SDK and Visual studio first. PPS: Yes, I need to rewrite INSTALL.Win32. ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Openobex-users mailing list [email protected] http://lists.sourceforge.net/lists/listinfo/openobex-users
