diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 34dce92871..ad1592d634 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,13 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-20 21:52 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbwin/hbwin.hbc + ! Added missing CellCore lib for wce. + I've preserved casing because cegcc has it like that and + I wanted to avoid any potential casing problems on *nix + cross build. I you know it this is unnecessary pls tell. + 2009-08-20 21:35 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * examples/gfspell/readme.txt ! E-mail address antispam. @@ -93,7 +100,7 @@ ; NOTE: Still most of the not yet merged logic could be merged, since there is only a few minor difference between them. ; TODO: Add shell optimized watcom rules for nt/dos/sh shells. [DONE] - ; TODO: Try to do a similar stunt for gcc.mk files. + ; TODO: Try to do a similar stunt for gcc.mk files. [POSTPONED] * source/pp/ppcore.c * #ifdef -> #if defined() diff --git a/harbour/contrib/hbwin/hbwin.hbc b/harbour/contrib/hbwin/hbwin.hbc index d686b2b524..d98a32a580 100644 --- a/harbour/contrib/hbwin/hbwin.hbc +++ b/harbour/contrib/hbwin/hbwin.hbc @@ -7,4 +7,4 @@ incpaths=. libs=hbwin -{wce}libs=sms +{wce}libs=sms CellCore