2011-02-03 12:27 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* src/3rd/pcre/Makefile
    ! Disabled inttypes.h also for msvcarm.
      Pls test.
This commit is contained in:
Viktor Szakats
2011-02-03 11:28:39 +00:00
parent cac8327c29
commit 3f0fe45d21
2 changed files with 6 additions and 1 deletions

View File

@@ -16,6 +16,11 @@
The license applies to all entries newer than 2009-04-28.
*/
2011-02-03 12:27 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/3rd/pcre/Makefile
! Disabled inttypes.h also for msvcarm.
Pls test.
2011-02-03 09:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* utils/hbmk2/hbmk2.prg
* INSTALL

View File

@@ -39,7 +39,7 @@ ifneq ($(HB_HAS_PCRE_LOCAL),)
# only needed for win/wce, for other platforms this is noop
HB_CFLAGS_STA := -DPCRE_STATIC
ifneq ($(filter $(HB_COMPILER),bcc msvc msvc64 msvcia64 icc iccia64 djgpp),)
ifneq ($(filter $(HB_COMPILER),bcc msvc msvc64 msvcia64 msvcarm icc iccia64 djgpp),)
HB_CFLAGS += -DHAVE_INTTYPES_H=0
else
ifneq ($(filter $(HB_PLATFORM),vxworks),)