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