From 4bc053389147281de28e63b69dba9e46fc2e2628 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 13 Feb 2009 19:24:37 +0000 Subject: [PATCH] 2009-02-13 20:10 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * make_b32.bat * tests/rddtest/make_c52.bat * tests/run_prg.bat * tests/hbmk_gnu.bat * tests/hbmk_vc.bat * tests/hbmk_b32.bat * tests/run_prg_all.bat * bin/hbmk.bat * bin/hbmk_os2.cmd * bin/postinst.bat * make_vc.bat * make_gnu_os2.cmd * make_gnu.bat * contrib/make_b32_all.bat * contrib/mtpl_b32.bat * contrib/make_vc_all.bat * contrib/mtpl_vc.bat * contrib/examples/pp/hbmk.bat * contrib/examples/guestbk/hbmk.bat * contrib/examples/pe/hbmk.bat * contrib/examples/hbsqlit2/tests/hbmk.bat * contrib/examples/uhttpd/hbmk.bat * contrib/examples/dbu/hbmk.bat * contrib/examples/terminal/hbmk.bat * contrib/examples/terminal/hbmk_trm_appn.bat * contrib/examples/hscript/hbmk.bat * contrib/examples/rl/hbmk.bat * utils/hbdoc/hbmk.bat * utils/hbextern/make_c5x.bat * utils/hbmake/hbmk.bat * utils/hbtest/make_c5x.bat * utils/hbtest/make_xpp.bat * Minor formatting. * Cleanups to refer to simply 'hbmk'. ; TODO: Add support for other than bcc/msvc compiler for HB_USER_LIBS. Change HB_USER_LIBS settings to contain the raw lib list without extensions. This is where batch capabilities end, so this might need a .prg rewrite. --- harbour/ChangeLog | 45 +++++++++++++++++-- harbour/bin/hbmk.bat | 7 +-- harbour/bin/hbmk_os2.cmd | 7 +-- harbour/bin/postinst.bat | 7 +-- harbour/contrib/examples/dbu/hbmk.bat | 9 ++-- harbour/contrib/examples/guestbk/hbmk.bat | 2 +- .../contrib/examples/hbsqlit2/tests/hbmk.bat | 2 +- harbour/contrib/examples/hscript/hbmk.bat | 2 +- harbour/contrib/examples/pe/hbmk.bat | 2 +- harbour/contrib/examples/pp/hbmk.bat | 2 +- harbour/contrib/examples/rl/hbmk.bat | 9 ++-- harbour/contrib/examples/terminal/hbmk.bat | 2 +- .../examples/terminal/hbmk_trm_appn.bat | 2 +- harbour/contrib/examples/uhttpd/hbmk.bat | 9 ++-- harbour/contrib/make_b32_all.bat | 7 +-- harbour/contrib/make_vc_all.bat | 7 +-- harbour/contrib/mtpl_b32.bat | 7 +-- harbour/contrib/mtpl_vc.bat | 7 +-- harbour/make_b32.bat | 7 +-- harbour/make_gnu.bat | 7 +-- harbour/make_gnu_os2.cmd | 9 ++-- harbour/make_vc.bat | 7 +-- harbour/tests/hbmk_b32.bat | 7 +-- harbour/tests/hbmk_gnu.bat | 7 +-- harbour/tests/hbmk_vc.bat | 7 +-- harbour/tests/rddtest/make_c52.bat | 7 +-- harbour/tests/run_prg.bat | 7 +-- harbour/tests/run_prg_all.bat | 7 +-- harbour/utils/hbdoc/hbmk.bat | 2 +- harbour/utils/hbextern/make_c5x.bat | 7 +-- harbour/utils/hbmake/hbmk.bat | 2 +- harbour/utils/hbtest/make_c5x.bat | 9 ++-- harbour/utils/hbtest/make_xpp.bat | 7 +-- 33 files changed, 148 insertions(+), 86 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0f17257044..f842444dd1 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,12 +8,51 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-02-13 20:10 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * make_b32.bat + * tests/rddtest/make_c52.bat + * tests/run_prg.bat + * tests/hbmk_gnu.bat + * tests/hbmk_vc.bat + * tests/hbmk_b32.bat + * tests/run_prg_all.bat + * bin/hbmk.bat + * bin/hbmk_os2.cmd + * bin/postinst.bat + * make_vc.bat + * make_gnu_os2.cmd + * make_gnu.bat + * contrib/make_b32_all.bat + * contrib/mtpl_b32.bat + * contrib/make_vc_all.bat + * contrib/mtpl_vc.bat + * contrib/examples/pp/hbmk.bat + * contrib/examples/guestbk/hbmk.bat + * contrib/examples/pe/hbmk.bat + * contrib/examples/hbsqlit2/tests/hbmk.bat + * contrib/examples/uhttpd/hbmk.bat + * contrib/examples/dbu/hbmk.bat + * contrib/examples/terminal/hbmk.bat + * contrib/examples/terminal/hbmk_trm_appn.bat + * contrib/examples/hscript/hbmk.bat + * contrib/examples/rl/hbmk.bat + * utils/hbdoc/hbmk.bat + * utils/hbextern/make_c5x.bat + * utils/hbmake/hbmk.bat + * utils/hbtest/make_c5x.bat + * utils/hbtest/make_xpp.bat + * Minor formatting. + * Cleanups to refer to simply 'hbmk'. + + ; TODO: Add support for other than bcc/msvc compiler for + HB_USER_LIBS. Change HB_USER_LIBS settings to + contain the raw lib list without extensions. + This is where batch capabilities end, so this + might need a .prg rewrite. + 2009-02-13 19:00 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * bin/hbmk.bat % Compiler detection made faster. - ; TOFIX: MinGW requires different library names than the rest - of compilers, so it currently won't work for hbmk.bat - files where HB_USER_LIBS is set. + contrib/examples/pp/hbmk.bat - contrib/examples/pp/hbmk_b32.bat diff --git a/harbour/bin/hbmk.bat b/harbour/bin/hbmk.bat index 85055d2907..760a21bcfb 100644 --- a/harbour/bin/hbmk.bat +++ b/harbour/bin/hbmk.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem --------------------------------------------------------------- rem This is a generic template file, if it doesn't fit your own needs diff --git a/harbour/bin/hbmk_os2.cmd b/harbour/bin/hbmk_os2.cmd index ca7da98ecf..5b88266e64 100644 --- a/harbour/bin/hbmk_os2.cmd +++ b/harbour/bin/hbmk_os2.cmd @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem --------------------------------------------------------------- rem This is a generic template file, if it doesn't fit your own needs diff --git a/harbour/bin/postinst.bat b/harbour/bin/postinst.bat index d2b8b958d3..bec300d91f 100644 --- a/harbour/bin/postinst.bat +++ b/harbour/bin/postinst.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem --------------------------------------------------------------- rem Copyright 2003 Przemyslaw Czerpak (druzus / at / priv.onet.pl) diff --git a/harbour/contrib/examples/dbu/hbmk.bat b/harbour/contrib/examples/dbu/hbmk.bat index c0f663ca3d..6f01b6ee70 100644 --- a/harbour/contrib/examples/dbu/hbmk.bat +++ b/harbour/contrib/examples/dbu/hbmk.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem set HB_DIR_DBU=%CLIPPER_DIR%\SOURCE\DBU if exist "%HB_DIR_DBU%\DBU.PRG" goto DIR_OK @@ -23,6 +24,6 @@ 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 +..\..\..\bin\hbmk %* %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/guestbk/hbmk.bat b/harbour/contrib/examples/guestbk/hbmk.bat index eb00ad1afb..40e7d24b25 100644 --- a/harbour/contrib/examples/guestbk/hbmk.bat +++ b/harbour/contrib/examples/guestbk/hbmk.bat @@ -2,4 +2,4 @@ @rem $Id$ @rem -@..\..\..\bin\%~nx0 %* guestbk.prg inifiles.prg testcgi.prg +@..\..\..\bin\hbmk %* guestbk.prg inifiles.prg testcgi.prg diff --git a/harbour/contrib/examples/hbsqlit2/tests/hbmk.bat b/harbour/contrib/examples/hbsqlit2/tests/hbmk.bat index bc98aaa39c..6fb2725daf 100644 --- a/harbour/contrib/examples/hbsqlit2/tests/hbmk.bat +++ b/harbour/contrib/examples/hbsqlit2/tests/hbmk.bat @@ -4,4 +4,4 @@ @set HB_USER_LIBS=hbsqlit2.lib sqlite2.lib -@..\..\..\..\bin\%~nx0 %* +@..\..\..\..\bin\hbmk %* diff --git a/harbour/contrib/examples/hscript/hbmk.bat b/harbour/contrib/examples/hscript/hbmk.bat index 4c563334e6..cee99c432d 100644 --- a/harbour/contrib/examples/hscript/hbmk.bat +++ b/harbour/contrib/examples/hscript/hbmk.bat @@ -4,4 +4,4 @@ @set HB_USER_LIBS=hbnf.lib -@..\..\..\bin\%~nx0 %* hscript.prg +@..\..\..\bin\hbmk %* hscript.prg diff --git a/harbour/contrib/examples/pe/hbmk.bat b/harbour/contrib/examples/pe/hbmk.bat index 18bef6104c..d2a74f4eab 100644 --- a/harbour/contrib/examples/pe/hbmk.bat +++ b/harbour/contrib/examples/pe/hbmk.bat @@ -2,4 +2,4 @@ @rem $Id$ @rem -@..\..\..\bin\%~nx0 %* pe.prg editorhi.prg editorlo.c +@..\..\..\bin\hbmk %* pe.prg editorhi.prg editorlo.c diff --git a/harbour/contrib/examples/pp/hbmk.bat b/harbour/contrib/examples/pp/hbmk.bat index 9f18012b13..fc91513ed5 100644 --- a/harbour/contrib/examples/pp/hbmk.bat +++ b/harbour/contrib/examples/pp/hbmk.bat @@ -2,4 +2,4 @@ @rem $Id$ @rem -@..\..\..\bin\%~nx0 %* pp.c hbppcomp.c hbppcore.c hbpptbl.c hbpragma.c +@..\..\..\bin\hbmk %* pp.c hbppcomp.c hbppcore.c hbpptbl.c hbpragma.c diff --git a/harbour/contrib/examples/rl/hbmk.bat b/harbour/contrib/examples/rl/hbmk.bat index 9acb617330..4b959019aa 100644 --- a/harbour/contrib/examples/rl/hbmk.bat +++ b/harbour/contrib/examples/rl/hbmk.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem set HB_DIR_RL=%CLIPPER_DIR%\SOURCE\RL if exist "%HB_DIR_RL%\RLFRONT.PRG" goto DIR_OK @@ -23,6 +24,6 @@ if exist hb_rl.dif patch -N -i hb_rl.dif :DIR_OK -..\..\..\bin\%~nx0 %* %HB_DIR_RL%\RLBACK.PRG %HB_DIR_RL%\RLDIALG.PRG %HB_DIR_RL%\RLFRONT.PRG +..\..\..\bin\hbmk %* %HB_DIR_RL%\RLBACK.PRG %HB_DIR_RL%\RLDIALG.PRG %HB_DIR_RL%\RLFRONT.PRG :EXIT diff --git a/harbour/contrib/examples/terminal/hbmk.bat b/harbour/contrib/examples/terminal/hbmk.bat index 7a391fc21d..5542a7dd22 100644 --- a/harbour/contrib/examples/terminal/hbmk.bat +++ b/harbour/contrib/examples/terminal/hbmk.bat @@ -4,4 +4,4 @@ @set HB_USER_LIBS=gtwvg.lib hbwin.lib xhb.lib comdlg32.lib comctl32.lib shell32.lib ole32.lib oleaut32.lib -@..\..\..\bin\%~nx0 -mt -gui %* +@..\..\..\bin\hbmk -mt -gui %* diff --git a/harbour/contrib/examples/terminal/hbmk_trm_appn.bat b/harbour/contrib/examples/terminal/hbmk_trm_appn.bat index ad0c203d19..679ef70533 100644 --- a/harbour/contrib/examples/terminal/hbmk_trm_appn.bat +++ b/harbour/contrib/examples/terminal/hbmk_trm_appn.bat @@ -4,4 +4,4 @@ @set HB_USER_LIBS=gtwvg.lib hbwin.lib xhb.lib comdlg32.lib comctl32.lib shell32.lib ole32.lib oleaut32.lib -@..\..\..\bin\%~nx0 -mt -gui %* trm_appn.prg terminal.prg +@..\..\..\bin\hbmk -mt -gui %* trm_appn.prg terminal.prg diff --git a/harbour/contrib/examples/uhttpd/hbmk.bat b/harbour/contrib/examples/uhttpd/hbmk.bat index 1006a2f237..dc33cf2e8b 100644 --- a/harbour/contrib/examples/uhttpd/hbmk.bat +++ b/harbour/contrib/examples/uhttpd/hbmk.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem cls @@ -49,7 +50,7 @@ if exist uhttpd.exe uhttpd -s set HB_USER_PRGFLAGS=%UHTTP_GD_DEF% %UHTTP_INET_DEF% set HB_USER_LIBS=xhb.lib hbct.lib %UHTTP_GD_LIBS% -@..\..\..\bin\%~nx0 -mt -gui %* uhttpd.prg cgifunc.prg cookie.prg session.prg uhttpdc.c %UHTTP_INET_SOCKET% +@..\..\..\bin\hbmk -mt -gui %* uhttpd.prg cgifunc.prg cookie.prg session.prg uhttpdc.c %UHTTP_INET_SOCKET% if errorlevel 1 goto DOERROR if not exist uhttpd.exe goto :EXIT diff --git a/harbour/contrib/make_b32_all.bat b/harbour/contrib/make_b32_all.bat index a03e25e89a..19fabbb901 100644 --- a/harbour/contrib/make_b32_all.bat +++ b/harbour/contrib/make_b32_all.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem ******************************************************* rem Bat file for creating (almost all) contrib libs diff --git a/harbour/contrib/make_vc_all.bat b/harbour/contrib/make_vc_all.bat index d784690dd3..bf74b1f191 100644 --- a/harbour/contrib/make_vc_all.bat +++ b/harbour/contrib/make_vc_all.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem ******************************************************* rem Bat file for creating (almost all) contrib libs diff --git a/harbour/contrib/mtpl_b32.bat b/harbour/contrib/mtpl_b32.bat index 3a1da9f596..a58213fc53 100644 --- a/harbour/contrib/mtpl_b32.bat +++ b/harbour/contrib/mtpl_b32.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem --------------------------------------------------------------- rem This is a generic template file, if it doesn't fit your own needs diff --git a/harbour/contrib/mtpl_vc.bat b/harbour/contrib/mtpl_vc.bat index 93eb4fda7c..eb3b87e0d0 100644 --- a/harbour/contrib/mtpl_vc.bat +++ b/harbour/contrib/mtpl_vc.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem --------------------------------------------------------------- rem This is a generic template file, if it doesn't fit your own needs diff --git a/harbour/make_b32.bat b/harbour/make_b32.bat index 6dc831fe34..b5a3c77aaf 100644 --- a/harbour/make_b32.bat +++ b/harbour/make_b32.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem --------------------------------------------------------------- rem This is a generic template file, if it doesn't fit your own needs diff --git a/harbour/make_gnu.bat b/harbour/make_gnu.bat index 2d01a6a19e..282caaafb8 100644 --- a/harbour/make_gnu.bat +++ b/harbour/make_gnu.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem --------------------------------------------------------------- rem This is a generic template file, if it doesn't fit your own needs diff --git a/harbour/make_gnu_os2.cmd b/harbour/make_gnu_os2.cmd index 8cde996df9..fb1e3363f9 100644 --- a/harbour/make_gnu_os2.cmd +++ b/harbour/make_gnu_os2.cmd @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem Minimal initialization of environment variables for OS2 GCC build rem for further information about see make_gnu.bat @@ -22,7 +23,7 @@ rem the -L compiler/linker option for the library. rem For building Harbour you can also use HB_USER_LDFLAGS environment variable, rem f.e. rem SET HB_USER_LDFLAGS=-Le:\usr\lib\tcpipv4 -rem +rem rem If you are using newer OS2 version with tcp/ip stack >= 4.1 rem (eComStation, for example) and you do not need backward binary rem compatibility then you can disable it by setting HB_OS2_TCP32 diff --git a/harbour/make_vc.bat b/harbour/make_vc.bat index 200f7da7a2..f194f60566 100644 --- a/harbour/make_vc.bat +++ b/harbour/make_vc.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem --------------------------------------------------------------- rem This is a generic template file, if it doesn't fit your own needs diff --git a/harbour/tests/hbmk_b32.bat b/harbour/tests/hbmk_b32.bat index 57775da986..4206601a71 100644 --- a/harbour/tests/hbmk_b32.bat +++ b/harbour/tests/hbmk_b32.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem if "%HB_BIN_INSTALL%" == "" set HB_BIN_INSTALL=..\bin if "%HB_LIB_INSTALL%" == "" set HB_LIB_INSTALL=..\lib diff --git a/harbour/tests/hbmk_gnu.bat b/harbour/tests/hbmk_gnu.bat index a3c04f04ec..77346e7ac8 100644 --- a/harbour/tests/hbmk_gnu.bat +++ b/harbour/tests/hbmk_gnu.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem if %HB_ARCHITECTURE%.==. goto BAD_ARCH if %HB_COMPILER%.==. goto BAD_COMP diff --git a/harbour/tests/hbmk_vc.bat b/harbour/tests/hbmk_vc.bat index d4e1bef3fa..9a544efa7a 100644 --- a/harbour/tests/hbmk_vc.bat +++ b/harbour/tests/hbmk_vc.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem if "%HB_BIN_INSTALL%" == "" set HB_BIN_INSTALL=..\bin if "%HB_LIB_INSTALL%" == "" set HB_LIB_INSTALL=..\lib diff --git a/harbour/tests/rddtest/make_c52.bat b/harbour/tests/rddtest/make_c52.bat index 0a440ed1eb..ff05a6e05e 100644 --- a/harbour/tests/rddtest/make_c52.bat +++ b/harbour/tests/rddtest/make_c52.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem DBFCDX clipper rddmktst /m/n/w/es2/d_TEST_CMPDIDX_ diff --git a/harbour/tests/run_prg.bat b/harbour/tests/run_prg.bat index 57c2ab3493..07942e77be 100644 --- a/harbour/tests/run_prg.bat +++ b/harbour/tests/run_prg.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem ..\bin\harbour %1 -n -i..\include -gh ..\bin\hbrun %1 diff --git a/harbour/tests/run_prg_all.bat b/harbour/tests/run_prg_all.bat index 42888c925b..b2fa556d04 100644 --- a/harbour/tests/run_prg_all.bat +++ b/harbour/tests/run_prg_all.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem ; Generate test_all.bat call run_prg.bat test_all diff --git a/harbour/utils/hbdoc/hbmk.bat b/harbour/utils/hbdoc/hbmk.bat index df599f6525..08987a9a61 100644 --- a/harbour/utils/hbdoc/hbmk.bat +++ b/harbour/utils/hbdoc/hbmk.bat @@ -2,4 +2,4 @@ @rem $Id$ @rem -@..\..\bin\%~nx0 hbdoc.prg ft_funcs.prg genasc.prg genchm.prg genhpc.prg genhtm.prg genng.prg genos2.prg genpdf1.prg genrtf.prg gentrf.prg hbdfrdln.c +@..\..\bin\hbmk hbdoc.prg ft_funcs.prg genasc.prg genchm.prg genhpc.prg genhtm.prg genng.prg genos2.prg genpdf1.prg genrtf.prg gentrf.prg hbdfrdln.c diff --git a/harbour/utils/hbextern/make_c5x.bat b/harbour/utils/hbextern/make_c5x.bat index 4c2ee1b45e..1b7edea037 100644 --- a/harbour/utils/hbextern/make_c5x.bat +++ b/harbour/utils/hbextern/make_c5x.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem clipper hbextern.prg /w /n /i..\..\include\ rtlink fi hbextern diff --git a/harbour/utils/hbmake/hbmk.bat b/harbour/utils/hbmake/hbmk.bat index abfabb0bee..8de9e3d250 100644 --- a/harbour/utils/hbmake/hbmk.bat +++ b/harbour/utils/hbmake/hbmk.bat @@ -2,4 +2,4 @@ @rem $Id$ @rem -@..\..\bin\%~nx0 hbmake.prg hbmfrdln.c hbmgauge.c hbmlang.c +@..\..\bin\hbmk hbmake.prg hbmfrdln.c hbmgauge.c hbmlang.c diff --git a/harbour/utils/hbtest/make_c5x.bat b/harbour/utils/hbtest/make_c5x.bat index 96896305c7..37797ad6e9 100644 --- a/harbour/utils/hbtest/make_c5x.bat +++ b/harbour/utils/hbtest/make_c5x.bat @@ -1,10 +1,11 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem --------------------------------------------------------------- -rem ; NOTE: To compile for CA-Cl*pper 5.3, please use the +rem ; NOTE: To compile for CA-Cl*pper 5.3, please use the rem command line parameter "53" (without quotes). rem --------------------------------------------------------------- diff --git a/harbour/utils/hbtest/make_xpp.bat b/harbour/utils/hbtest/make_xpp.bat index 0c442259d9..e350bbdd34 100644 --- a/harbour/utils/hbtest/make_xpp.bat +++ b/harbour/utils/hbtest/make_xpp.bat @@ -1,7 +1,8 @@ +@rem +@rem $Id$ +@rem + @echo off -rem -rem $Id$ -rem rem ; TOFIX: Add compilation for C sources set HB_CLIPOPT=%HB_CLIPOPT% /DRT_NO_C