19990915-00:38 GMT+1

This commit is contained in:
Viktor Szakats
1999-09-14 22:51:38 +00:00
parent fc927718e8
commit 9954320c0c
19 changed files with 85 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
19990915-00:38 GMT+1 Victor Szel <info@szelvesz.hu>
* 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 <info@szelvesz.hu>
* (*.* in the root directory)
+ CVS header added to all files.

View File

@@ -1,3 +1,7 @@
rem
rem $Id$
rem
@echo off
IF A%1 == A GOTO :SINTAX

View File

@@ -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

View File

@@ -1,3 +1,7 @@
rem
rem $Id$
rem
@echo off
IF A%1 == A GOTO :SINTAX

View File

@@ -1,3 +1,7 @@
rem
rem $Id$
rem
@echo off
IF A%1 == A GOTO :SINTAX

View File

@@ -1,3 +1,7 @@
rem
rem $Id$
rem
@echo off
if %hb_architecture%.==. goto bad_arch
if %hb_compiler%.==. goto bad_comp

View File

@@ -1,3 +1,7 @@
rem
rem $Id$
rem
@echo off
IF A%1 == A GOTO :SINTAX

View File

@@ -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

View File

@@ -1,3 +1,7 @@
/*
* $Id$
*/
// CGI.ch
//+

View File

@@ -1,3 +1,7 @@
rem
rem $Id$
rem
@echo off
REM From .PRG to .C = Harbour

View File

@@ -1,3 +1,7 @@
rem
rem $Id$
rem
@echo off
REM From .PRG to .C = Harbour

View File

@@ -1,3 +1,7 @@
rem
rem $Id$
rem
@echo off
REM From .PRG to .C = Harbour

View File

@@ -1,3 +1,7 @@
rem
rem $Id$
rem
@echo off
REM From .PRG to .C = Harbour

View File

@@ -1,3 +1,7 @@
rem
rem $Id$
rem
@echo off
REM From .PRG to .C = Harbour

View File

@@ -1,3 +1,7 @@
rem
rem $Id$
rem
@echo off
REM From .PRG to .C = Harbour

View File

@@ -1,3 +1,7 @@
/*
* $Id$
*/
//This is test file for KEYWORDS.PRG
//
//This file is needed to test #include keyword

View File

@@ -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

View File

@@ -1,3 +1,7 @@
/*
* $Id$
*/
function main()
local start := seconds(), stop
qout( "start ", start )

View File

@@ -1,3 +1,7 @@
/*
* $Id$
*/
// Test include file
//
#define _HARBOUR_VERS 23.2