diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7cec6bf076..e28fde2d78 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,15 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-02-13 18:43 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + + contrib/examples/dbu/hbmk.bat + - contrib/examples/dbu/hbmk_b32.bat + - contrib/examples/dbu/hbmk_vc.bat + + contrib/examples/hscript/hbmk.bat + - contrib/examples/hscript/hbmk_b32.bat + - contrib/examples/hscript/hbmk_vc.bat + % Converted compiler specific make files to generic ones. + 2009-02-13 18:36 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/hbmk.bat + Added automatic architecture detection on Windows NT and above. diff --git a/harbour/contrib/examples/dbu/hbmk_b32.bat b/harbour/contrib/examples/dbu/hbmk.bat similarity index 100% rename from harbour/contrib/examples/dbu/hbmk_b32.bat rename to harbour/contrib/examples/dbu/hbmk.bat diff --git a/harbour/contrib/examples/dbu/hbmk_vc.bat b/harbour/contrib/examples/dbu/hbmk_vc.bat deleted file mode 100644 index c0f663ca3d..0000000000 --- a/harbour/contrib/examples/dbu/hbmk_vc.bat +++ /dev/null @@ -1,28 +0,0 @@ -@echo off -rem -rem $Id$ -rem - -set HB_DIR_DBU=%CLIPPER_DIR%\SOURCE\DBU -if exist "%HB_DIR_DBU%\DBU.PRG" goto DIR_OK -set HB_DIR_DBU=. -if exist "%HB_DIR_DBU%\DBU.PRG" goto DIR_OK_LOCAL - -echo --------------------------------------------------------------- -echo IMPORTANT: You'll either need to copy the original CA-Cl*pper -echo DBU sources to this directory, or set the location of -echo your original CA-Cl*pper installation (with DBU sources -echo in SOURCE\DBU): -echo set CLIPPER_DIR=C:\CLIPPER5 -echo --------------------------------------------------------------- -goto EXIT - -:DIR_OK_LOCAL - -if exist hb_dbu.dif patch -N -i hb_dbu.dif - -:DIR_OK - -..\..\..\bin\%~nx0 %* %HB_DIR_DBU%\DBU.PRG %HB_DIR_DBU%\DBUCOPY.PRG %HB_DIR_DBU%\DBUEDIT.PRG %HB_DIR_DBU%\DBUHELP.PRG %HB_DIR_DBU%\DBUINDX.PRG %HB_DIR_DBU%\DBUNET.PRG %HB_DIR_DBU%\DBUSTRU.PRG %HB_DIR_DBU%\DBUUTIL.PRG %HB_DIR_DBU%\DBUVIEW.PRG - -:EXIT diff --git a/harbour/contrib/examples/hscript/hbmk_b32.bat b/harbour/contrib/examples/hscript/hbmk.bat similarity index 100% rename from harbour/contrib/examples/hscript/hbmk_b32.bat rename to harbour/contrib/examples/hscript/hbmk.bat diff --git a/harbour/contrib/examples/hscript/hbmk_vc.bat b/harbour/contrib/examples/hscript/hbmk_vc.bat deleted file mode 100644 index 4c563334e6..0000000000 --- a/harbour/contrib/examples/hscript/hbmk_vc.bat +++ /dev/null @@ -1,7 +0,0 @@ -@rem -@rem $Id$ -@rem - -@set HB_USER_LIBS=hbnf.lib - -@..\..\..\bin\%~nx0 %* hscript.prg