Lähettäjä: Christian Ehrlicher Päiväys: Vastaanottaja: Pcre-dev Aihe: Re: [pcre-dev] Current state of cmake support
Ok, here the updated cmake script
whats new (compared to 7.5):
- added check for windows.h
- #cmakedefine FOO -> #cmakedefine FOO 1
- fix bzip2/zlib usage on non-unix systems, readline needs some more
work because CMake does has a FindReadline.cmake until now
- check for stroll, strtoq, _strtoi64
- dftables is created only on demand (config option)
- define _CRT_SECURE_NO_DEPRECATE only for msvc
- reenabled CMAKE_DEBUG_POSTFIX for win32 - can't mix debug and release
libs there
- some whitespace changes (sorry for that)
- target property PREFIX is no longer needed - was a hack to make sure
that mingw and msvc libs can life together, but they can without that too
- add pcredemo
- nice message output like ./configure
Compiled on windows (shared/static & mingw/msvc8).