diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d1d8b73b9b..30783c4e6d 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-01-08 12:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * config/wce/msvcarm.mk + ! Fixed typo in prev modification. + 2010-01-08 01:37 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbqt/hbqt_hbslots.cpp * contrib/hbqt/hbqt_hbslots.h @@ -48,7 +52,7 @@ 2010-01-07 18:52 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbxbp/xbpmenubar.prg - ! Fixed nasty bug which was preventing removal of items + ! Fixed nasty bug which was preventing removal of items with oXbo:delItem(). * contrib/hbxbp/xbpstatusbar.prg diff --git a/harbour/config/wce/msvcarm.mk b/harbour/config/wce/msvcarm.mk index 5bc7b8e386..c4f83af6f8 100644 --- a/harbour/config/wce/msvcarm.mk +++ b/harbour/config/wce/msvcarm.mk @@ -74,7 +74,7 @@ SYSLIBS += corelibc LIBPATHS := -libpath:$(LIB_DIR) LDLIBS := $(foreach lib,$(HB_USER_LIBS) $(LIBS) $(SYSLIBS),$(lib)$(LIB_EXT)) -LDFLAGS += -nologo -fixed:no -subsystem:windowsce -nodefaultlib:oldnames.lib -nodefaultlib:kernel32.lib +LDFLAGS += -nologo -subsystem:windowsce -nodefaultlib:oldnames.lib -nodefaultlib:kernel32.lib ifeq ($(filter $(HB_COMPILER_VER),600 700 710),) LDFLAGS += -manifest:no endif