Updated win32libs package
Peter Kümmel
syntheticpp at gmx.net
Sat Aug 12 12:03:20 CEST 2006
Peter Kümmel wrote:
> Christian Ehrlicher wrote:
>> Hello,
>>
>> I've updated the win32libs package:
>>
>> - removed agg because it's not needed anymore
>> - updated pcre (now builds with cmake), removed patch for FindPCRE.cmake
>>
>> You can find it here: http://www.abi-neuhaus.de/chris/win32libs/
>>
>> Please test it with mingw!
>>
>> Christian
>
> Very nice!
> What about moving all the files into win32libs and changing FindGNUWIN32:
>
> Index: modules/FindGNUWIN32.cmake
> ===================================================================
> --- modules/FindGNUWIN32.cmake (revision 571975)
> +++ modules/FindGNUWIN32.cmake (working copy)
> @@ -2,7 +2,7 @@
>
> file(TO_CMAKE_PATH "$ENV{PROGRAMFILES}" _progFiles)
>
> -find_file(GNUWIN32_DIR gnuwin32
> +find_file(GNUWIN32_DIR gnuwin32 win32libs PATHS
> ${_progFiles}
> "C:/"
> )
>
>
> Peter
I've checked in above patch (gnuwin32 isn't the best name any more)
and have updated the wiki:
http://www.kdelibs.com/wiki/index.php/3rd-party_libraries_required_for_KDElibs_4
msvc and mingw instructions now link to this wiki page.
Peter
More information about the Kde-windows
mailing list