From 9954320c0cf6f735de3cc751e2f43b7b7795d15d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 14 Sep 1999 22:51:38 +0000 Subject: [PATCH] 19990915-00:38 GMT+1 --- harbour/ChangeLog | 7 +++++++ harbour/tests/working/bld32exe.bat | 4 ++++ harbour/tests/working/bld32obj.bat | 6 ++++++ harbour/tests/working/bld32w.bat | 4 ++++ harbour/tests/working/bldpexe.bat | 4 ++++ harbour/tests/working/build.bat | 4 ++++ harbour/tests/working/buildexe.bat | 4 ++++ harbour/tests/working/buildvc.bat | 6 ++++++ harbour/tests/working/cgi.ch | 4 ++++ harbour/tests/working/hb.bat | 4 ++++ harbour/tests/working/hb32.bat | 4 ++++ harbour/tests/working/hb32w.bat | 4 ++++ harbour/tests/working/hbp.bat | 4 ++++ harbour/tests/working/hbrun.bat | 4 ++++ harbour/tests/working/hbvc.bat | 4 ++++ harbour/tests/working/keywords.ch | 4 ++++ harbour/tests/working/run_all.bat | 6 ++++++ harbour/tests/working/sound.prg | 4 ++++ harbour/tests/working/test.ch | 4 ++++ 19 files changed, 85 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index a6220f4232..9cdb88bd08 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,10 @@ +19990915-00:38 GMT+1 Victor Szel + * tests/working/sound.prg + tests/working/*.bat + tests/working/*.ch + + CVS header added to all files. + + @echo off added were missing. + 19990915-00:30 GMT+1 Victor Szel * (*.* in the root directory) + CVS header added to all files. diff --git a/harbour/tests/working/bld32exe.bat b/harbour/tests/working/bld32exe.bat index c01c7428d9..13b397875c 100644 --- a/harbour/tests/working/bld32exe.bat +++ b/harbour/tests/working/bld32exe.bat @@ -1,3 +1,7 @@ +rem +rem $Id$ +rem + @echo off IF A%1 == A GOTO :SINTAX diff --git a/harbour/tests/working/bld32obj.bat b/harbour/tests/working/bld32obj.bat index 098741a77a..a5539bdc1d 100644 --- a/harbour/tests/working/bld32obj.bat +++ b/harbour/tests/working/bld32obj.bat @@ -1,3 +1,9 @@ +rem +rem $Id$ +rem + +@echo off + ..\..\bin\harbour %1 /fobj32 /n /i..\..\include tlink32 -L..\..\libs\b32;c:\bc5\lib c:\bc5\lib\c0x32.obj %1.obj hvm.obj,%1.exe,, harbour.lib terminal.lib import32.lib cw32mt.lib diff --git a/harbour/tests/working/bld32w.bat b/harbour/tests/working/bld32w.bat index 51e4a4d457..0c06793065 100644 --- a/harbour/tests/working/bld32w.bat +++ b/harbour/tests/working/bld32w.bat @@ -1,3 +1,7 @@ +rem +rem $Id$ +rem + @echo off IF A%1 == A GOTO :SINTAX diff --git a/harbour/tests/working/bldpexe.bat b/harbour/tests/working/bldpexe.bat index 1256ef7776..1aed25d4b2 100644 --- a/harbour/tests/working/bldpexe.bat +++ b/harbour/tests/working/bldpexe.bat @@ -1,3 +1,7 @@ +rem +rem $Id$ +rem + @echo off IF A%1 == A GOTO :SINTAX diff --git a/harbour/tests/working/build.bat b/harbour/tests/working/build.bat index 25fd35fc76..72d4b19f11 100644 --- a/harbour/tests/working/build.bat +++ b/harbour/tests/working/build.bat @@ -1,3 +1,7 @@ +rem +rem $Id$ +rem + @echo off if %hb_architecture%.==. goto bad_arch if %hb_compiler%.==. goto bad_comp diff --git a/harbour/tests/working/buildexe.bat b/harbour/tests/working/buildexe.bat index fe99cfcd31..1b5c3634fe 100644 --- a/harbour/tests/working/buildexe.bat +++ b/harbour/tests/working/buildexe.bat @@ -1,3 +1,7 @@ +rem +rem $Id$ +rem + @echo off IF A%1 == A GOTO :SINTAX diff --git a/harbour/tests/working/buildvc.bat b/harbour/tests/working/buildvc.bat index 6c69fe85de..3524b6c40d 100644 --- a/harbour/tests/working/buildvc.bat +++ b/harbour/tests/working/buildvc.bat @@ -1,2 +1,8 @@ +rem +rem $Id$ +rem + +@echo off + ..\..\bin\harbour %1 /n /i..\..\include cl -Fd..\..\bin\harbour -w -Zi -TP -GZ -GA -DDEBUG -DHARBOUR_USE_GTAPI -DHARBOUR_USE_WIN_GTAPI -I..\..\include %1.c /link /subsystem:CONSOLE ..\..\obj\symbols.obj ..\..\libs\vc\harbour.lib ..\..\libs\vc\terminal.lib ..\..\libs\vc\hbtools.lib ..\..\libs\vc\dbfntx.lib ..\..\libs\vc\debug.lib diff --git a/harbour/tests/working/cgi.ch b/harbour/tests/working/cgi.ch index 577cea074f..e1ef5bf542 100644 --- a/harbour/tests/working/cgi.ch +++ b/harbour/tests/working/cgi.ch @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + // CGI.ch //+ diff --git a/harbour/tests/working/hb.bat b/harbour/tests/working/hb.bat index 7cd2eb85f0..87e464ac22 100644 --- a/harbour/tests/working/hb.bat +++ b/harbour/tests/working/hb.bat @@ -1,3 +1,7 @@ +rem +rem $Id$ +rem + @echo off REM From .PRG to .C = Harbour diff --git a/harbour/tests/working/hb32.bat b/harbour/tests/working/hb32.bat index 3d456b9e5a..8b89104905 100644 --- a/harbour/tests/working/hb32.bat +++ b/harbour/tests/working/hb32.bat @@ -1,3 +1,7 @@ +rem +rem $Id$ +rem + @echo off REM From .PRG to .C = Harbour diff --git a/harbour/tests/working/hb32w.bat b/harbour/tests/working/hb32w.bat index 2de3da7a40..4f79a2ab49 100644 --- a/harbour/tests/working/hb32w.bat +++ b/harbour/tests/working/hb32w.bat @@ -1,3 +1,7 @@ +rem +rem $Id$ +rem + @echo off REM From .PRG to .C = Harbour diff --git a/harbour/tests/working/hbp.bat b/harbour/tests/working/hbp.bat index 1f9325a83e..ce16e456f3 100644 --- a/harbour/tests/working/hbp.bat +++ b/harbour/tests/working/hbp.bat @@ -1,3 +1,7 @@ +rem +rem $Id$ +rem + @echo off REM From .PRG to .C = Harbour diff --git a/harbour/tests/working/hbrun.bat b/harbour/tests/working/hbrun.bat index 68fdbb27de..4859df8843 100644 --- a/harbour/tests/working/hbrun.bat +++ b/harbour/tests/working/hbrun.bat @@ -1,3 +1,7 @@ +rem +rem $Id$ +rem + @echo off REM From .PRG to .C = Harbour diff --git a/harbour/tests/working/hbvc.bat b/harbour/tests/working/hbvc.bat index 62385cfde5..15e0dd6cc4 100644 --- a/harbour/tests/working/hbvc.bat +++ b/harbour/tests/working/hbvc.bat @@ -1,3 +1,7 @@ +rem +rem $Id$ +rem + @echo off REM From .PRG to .C = Harbour diff --git a/harbour/tests/working/keywords.ch b/harbour/tests/working/keywords.ch index abc1318e5f..7b74d0f4ca 100644 --- a/harbour/tests/working/keywords.ch +++ b/harbour/tests/working/keywords.ch @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + //This is test file for KEYWORDS.PRG // //This file is needed to test #include keyword \ No newline at end of file diff --git a/harbour/tests/working/run_all.bat b/harbour/tests/working/run_all.bat index 498e089c6f..02c0ff5f19 100644 --- a/harbour/tests/working/run_all.bat +++ b/harbour/tests/working/run_all.bat @@ -1,3 +1,9 @@ +rem +rem $Id$ +rem + +@echo off + ..\..\bin\harbour test_all.prg /n /gHBR /i..\..\include runner test_all.hrb hrb call testall.bat diff --git a/harbour/tests/working/sound.prg b/harbour/tests/working/sound.prg index 759db7b2f4..dc3f89b1f2 100644 --- a/harbour/tests/working/sound.prg +++ b/harbour/tests/working/sound.prg @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + function main() local start := seconds(), stop qout( "start ", start ) diff --git a/harbour/tests/working/test.ch b/harbour/tests/working/test.ch index 0292dee5be..762aa2ceb8 100644 --- a/harbour/tests/working/test.ch +++ b/harbour/tests/working/test.ch @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + // Test include file // #define _HARBOUR_VERS 23.2