From 09c80bb5fb5c096c0e23c71dc9055049cbe34e83 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 20 Aug 2009 19:55:05 +0000 Subject: [PATCH] 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. --- harbour/ChangeLog | 9 ++++++++- harbour/contrib/hbwin/hbwin.hbc | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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