diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 1d35d5863e..449a80b889 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,14 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-04-05 00:16 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbide/hbide.hbp + - contrib/hbide/hbide.rc + ! Using portable method to add icon to executable. + + * config/ren_sfn.prg + * Minor. + 2010-04-04 07:06 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com) * contrib/hbide/ideenviron.prg ! Fixed wrong variable assign. @@ -37,7 +45,7 @@ * contrib/hbide/idestylesheets.prg * contrib/hbide/idethemes.prg ! Some dialogs made static instead of locals. - ! Line number area of editor instances is now optimized to + ! Line number area of editor instances is now optimized to not show empty space at the left if no "Book Mark" is employed. ! Few more optimizations. diff --git a/harbour/config/ren_sfn.prg b/harbour/config/ren_sfn.prg index 932db0fad9..520b3f7745 100644 --- a/harbour/config/ren_sfn.prg +++ b/harbour/config/ren_sfn.prg @@ -3,7 +3,7 @@ */ /* - Copyright 2009 Viktor Szakats (harbour.01 syenar.hu) + Copyright 2009-2010 Viktor Szakats (harbour.01 syenar.hu) See COPYING for licensing terms. NOTE: Purpose of this script is to take the source files diff --git a/harbour/contrib/hbide/hbide.hbp b/harbour/contrib/hbide/hbide.hbp index fa4458b2c8..3ec852f2af 100644 --- a/harbour/contrib/hbide/hbide.hbp +++ b/harbour/contrib/hbide/hbide.hbp @@ -6,7 +6,7 @@ -ohbide -ldflag={msvc}-nodefaultlib:msvcrt.lib -ldflag={msvc}-defaultlib:libcmt.lib - + ../hbxbp/hbxbp.hbc ideparseexpr.c @@ -34,8 +34,4 @@ ideskeletons.prg idewizard.prg idetools.prg -{allwin}hbide.rc - - - - +-icon={allwin}hbide.ico diff --git a/harbour/contrib/hbide/hbide.rc b/harbour/contrib/hbide/hbide.rc deleted file mode 100644 index ba75734ef7..0000000000 --- a/harbour/contrib/hbide/hbide.rc +++ /dev/null @@ -1,2 +0,0 @@ - -FRONTFACE ICON hbide.ico