Updated win32libs package
Peter Kümmel
syntheticpp at gmx.net
Fri Aug 11 13:30:31 CEST 2006
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
More information about the Kde-windows
mailing list