2009-11-12 13:15 UTC+0200 Chen Kedem <niki@synel.co.il>

* harbour/config/win/bcc.mk
    ! Change page size from 96 to 128. Page size must be power of 2.
      This fix "invalid page size value ignored" warnings.
This commit is contained in:
Chen Kedem
2009-11-12 11:17:55 +00:00
parent c931ffa1d3
commit 3e12c65a94
2 changed files with 6 additions and 1 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-11-12 13:15 UTC+0200 Chen Kedem <niki@synel.co.il>
* harbour/config/win/bcc.mk
! Change page size from 96 to 128. Page size must be power of 2.
This fix "invalid page size value ignored" warnings.
2009-11-10 11:55 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* contrib/hbxbp/xbpmenubar.prg
! Fixed diuble freeing of signals.

View File

@@ -59,7 +59,7 @@ LDLIBS += $(foreach lib,$(SYSLIBS),$(lib)$(LIB_EXT))
LDFLAGS += $(LIBPATHS)
AR := tlib.exe
ARFLAGS := /P96
ARFLAGS := /P128
AR_RULE = $(AR) $(ARFLAGS) $(HB_USER_AFLAGS) "$(subst /,\,$(LIB_DIR)/$@)" $(foreach file,$(?F),-+$(file))
ifneq ($(HB_SHELL),sh)