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:
@@ -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
|
||||
|
||||
@@ -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),)
|
||||
|
||||
Reference in New Issue
Block a user