2010-01-08 12:25 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* config/wce/msvcarm.mk
    ! Fixed typo in prev modification.
This commit is contained in:
Viktor Szakats
2010-01-08 11:25:42 +00:00
parent 2dbdea1211
commit 7857d2d0eb
2 changed files with 6 additions and 2 deletions

View File

@@ -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

View File

@@ -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