doom angel said the following, On 2008-10-23 09:43: > thanx for your response my friend > i will add a check if kde is already installed, or popup a warning before > the installation. > just a quick questions, what is the usage of depends.exe? depends.exe > /dolphin.exe or something? > is it possible to open the source with visual studio and compile it > partialy?
Yes, it is, you would have to use cmake's generator to create the msvc project(s). But it is enough to use cmake from the command line. A note for the future: that we do not upload msvc project files, so if you perform any change in the msvc GUI (in the project's settings) even for your project, the change will be not available for others. So, the base compilation recipes we all use, are the portable CMakeLists.txt files. See http://techbase.kde.org/Development/Tutorials/CMake for more info. -- regards / pozdrawiam, Jaroslaw Staniek Kexi & KOffice (http://www.kexi.pl/en, http://www.koffice.org/kexi) KDE on MS Windows (http://windows.kde.org) _______________________________________________ Kde-windows mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-windows
