diff --git a/harbour/ChangeLog b/harbour/ChangeLog index fac3156dd5..6ff93ec535 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,22 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-08-05 13:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * doc/whatsnew.txt + + Added hbdot -> hbrun info. + + * utils/Makefile + ! Missing change to previous commit. + + * contrib/examples/pp/bld_b32.bat + * contrib/examples/guestbk/bld_b32.bat + * contrib/examples/pe/bld_b32.bat + * contrib/examples/dbu/bld_b32.bat + * contrib/examples/hscript/bld_b32.bat + * utils/hbdoc/bld_b32.bat + * utils/hbmake/bld_b32.bat + % -e switch removed from bcc32 command line. + 2008-08-05 08:50 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * harbour-ce-spec * harbour-w32-spec diff --git a/harbour/contrib/examples/dbu/bld_b32.bat b/harbour/contrib/examples/dbu/bld_b32.bat index 77eba16b84..d104a5d17f 100644 --- a/harbour/contrib/examples/dbu/bld_b32.bat +++ b/harbour/contrib/examples/dbu/bld_b32.bat @@ -34,7 +34,6 @@ if exist hb_dbu.dif patch -N -i hb_dbu.dif ..\..\..\bin\harbour /n %HB_DIR_DBU%\DBUVIEW.PRG /i..\..\..\include\ echo -O2 -I..\..\..\include -L..\..\..\lib > build.tmp -echo -edbu.exe >> build.tmp echo dbu.c >> build.tmp echo dbucopy.c >> build.tmp echo dbuedit.c >> build.tmp diff --git a/harbour/contrib/examples/guestbk/bld_b32.bat b/harbour/contrib/examples/guestbk/bld_b32.bat index 8e55b3cf87..24587c8c9a 100644 --- a/harbour/contrib/examples/guestbk/bld_b32.bat +++ b/harbour/contrib/examples/guestbk/bld_b32.bat @@ -8,7 +8,6 @@ rem ..\..\..\bin\harbour /n testcgi /i..\..\..\include\ echo -O2 -I..\..\..\include -L..\..\..\lib > build.tmp -echo -eguestbk.exe >> build.tmp echo guestbk.c inifiles.c testcgi.c >> build.tmp echo hbdebug.lib >> build.tmp echo hbvm.lib >> build.tmp diff --git a/harbour/contrib/examples/hscript/bld_b32.bat b/harbour/contrib/examples/hscript/bld_b32.bat index 36a2442e2b..dfa6b87e53 100644 --- a/harbour/contrib/examples/hscript/bld_b32.bat +++ b/harbour/contrib/examples/hscript/bld_b32.bat @@ -6,7 +6,7 @@ rem rem NOTE: This sample program needs hbnf.lib from contrib/hbnf ..\..\..\bin\harbour hscript /n /i..\..\..\include -bcc32 -O2 -I..\..\..\include -L..\..\..\lib -ehscript.exe hscript.c hbdebug.lib hbvm.lib hbrtl.lib gtwin.lib hblang.lib hbrdd.lib hbmacro.lib hbpp.lib rddntx.lib rddcdx.lib rddfpt.lib hbcpage.lib hbsix.lib hbcommon.lib hbpcre.lib hbhsx.lib hbnf.lib hbzlib.lib +bcc32 -O2 -I..\..\..\include -L..\..\..\lib hscript.c hbdebug.lib hbvm.lib hbrtl.lib gtwin.lib hblang.lib hbrdd.lib hbmacro.lib hbpp.lib rddntx.lib rddcdx.lib rddfpt.lib hbcpage.lib hbsix.lib hbcommon.lib hbpcre.lib hbhsx.lib hbnf.lib hbzlib.lib del hscript.c if not exist hscript.exe goto :EXIT diff --git a/harbour/contrib/examples/pe/bld_b32.bat b/harbour/contrib/examples/pe/bld_b32.bat index 49f287cdbc..3d4460244c 100644 --- a/harbour/contrib/examples/pe/bld_b32.bat +++ b/harbour/contrib/examples/pe/bld_b32.bat @@ -7,7 +7,6 @@ rem ..\..\..\bin\harbour /n editorhi /i..\..\..\include\ echo -O2 -I..\..\..\include -L..\..\..\lib > build.tmp -echo -epe.exe >> build.tmp echo pe.c editorhi.c editorlo.c >> build.tmp echo hbdebug.lib >> build.tmp echo hbvm.lib >> build.tmp diff --git a/harbour/contrib/examples/pp/bld_b32.bat b/harbour/contrib/examples/pp/bld_b32.bat index 5f4183aca6..6f2b1de0c8 100644 --- a/harbour/contrib/examples/pp/bld_b32.bat +++ b/harbour/contrib/examples/pp/bld_b32.bat @@ -4,7 +4,6 @@ rem $Id$ rem echo -O2 -I..\..\..\include -L..\..\..\lib > build.tmp -echo -epp.exe >> build.tmp echo pp.c hbppcomp.c hbppcore.c hbpptbl.c hbpragma.c >> build.tmp echo hbcommon.lib >> build.tmp bcc32 @build.tmp diff --git a/harbour/doc/whatsnew.txt b/harbour/doc/whatsnew.txt index c347725d41..10916718a6 100644 --- a/harbour/doc/whatsnew.txt +++ b/harbour/doc/whatsnew.txt @@ -43,6 +43,7 @@ Core - Changed (incompatible): __PLATFORM__Windows -> __PLATFORM__WINDOWS __PLATFORM__Linux -> __PLATFORM__LINUX +- hbdot functionality merged into hbrun. Contrib ============================= diff --git a/harbour/utils/Makefile b/harbour/utils/Makefile index 1f438fa141..836ee055db 100644 --- a/harbour/utils/Makefile +++ b/harbour/utils/Makefile @@ -6,9 +6,8 @@ ROOT = ../ DIRS=\ hbrun \ - hbdot \ - hbdoc \ hbtest \ + hbdoc \ hbmake \ $(HB_UTILS) \ diff --git a/harbour/utils/hbdoc/bld_b32.bat b/harbour/utils/hbdoc/bld_b32.bat index 3bc34d484b..5ca8d465dc 100644 --- a/harbour/utils/hbdoc/bld_b32.bat +++ b/harbour/utils/hbdoc/bld_b32.bat @@ -25,8 +25,6 @@ rem echo -O2 -I..\..\include -L..\..\lib > build.tmp -echo -ehbdoc.exe >> build.tmp - echo hbdoc.c >> build.tmp echo fclass1.c >> build.tmp echo ffile1.c >> build.tmp diff --git a/harbour/utils/hbmake/bld_b32.bat b/harbour/utils/hbmake/bld_b32.bat index f5292e1cbc..6b73ccc5ad 100644 --- a/harbour/utils/hbmake/bld_b32.bat +++ b/harbour/utils/hbmake/bld_b32.bat @@ -17,8 +17,6 @@ rem echo -O2 -I..\..\include -L..\..\lib > build.tmp -echo -ehbmake.exe >> build.tmp - echo hbmake.c >> build.tmp echo checks.c >> build.tmp echo fclass1.c >> build.tmp