vszakats wrote:
>
> Revision: 10714
>
> http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10714&view=rev
> Author: vszakats
> Date: 2009-03-27 15:40:18 +0000 (Fri, 27 Mar 2009)
>
> Log Message:
> -----------
> 2009-03-27 16:37 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
>
> * config/win/msvc.cf
> * config/win/msvcce.cf
> + Added HB_BUILD_MODE=c and HB_BUILD_MODE=cpp support
> to force specific build mode.
>
Hi, Viktor
Maybe it should be useful to add to owatcom.cf
ifeq ($(HB_BUILD_MODE),c)
CC = wcc386
else
CC = wpp386
endif
In this case we got few error, because I think wcc386 not understand
relative path and -oi+
wcc386 -zq -bt=NT -bm -5s -fp5 -onaehtzr -oi+ -ei -zp8 -s -zt0 -i.
-i../../../../include -DHB_FM_STATISTICS_OFF -DHB_EXTENSION
../../sqlite3.c -fo=sqlite3.obj
Error! E1074: Invalid optimization option '+'
Error! E1073: Invalid option '/..'
Error! E1073: Invalid option '/..'
Error! E1073: Invalid option '/..'
Error! E1073: Invalid option '/..'
Error! E1073: Invalid option '/sqlite3.c'
Unable to open '..'
But after little cleanup we can use static sqlite3.lib with Harbour and
OpenWatcom 1.8
wcc386 -zq -bt=NT -bm -5s -fp5 -onaehtzr -ei -zp8 -s -zt0 -i. sqlite3.c
-fo=sqlite3.obj
wlib -p=64 -c -n sqlite3.lib sqlite3.obj
Regards,
Petr
--
View this message in context:
http://www.nabble.com/SF.net-SVN%3A-harbour-project%3A-10714--trunk-harbour-tp22744244p22750875.html
Sent from the Harbour - Dev mailing list archive at Nabble.com.
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour