19990915-00:38 GMT+1
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
@echo off
|
||||
|
||||
IF A%1 == A GOTO :SINTAX
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
@echo off
|
||||
|
||||
IF A%1 == A GOTO :SINTAX
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
@echo off
|
||||
|
||||
IF A%1 == A GOTO :SINTAX
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
@echo off
|
||||
if %hb_architecture%.==. goto bad_arch
|
||||
if %hb_compiler%.==. goto bad_comp
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
@echo off
|
||||
|
||||
IF A%1 == A GOTO :SINTAX
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
// CGI.ch
|
||||
|
||||
//+
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
@echo off
|
||||
|
||||
REM From .PRG to .C = Harbour
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
@echo off
|
||||
|
||||
REM From .PRG to .C = Harbour
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
@echo off
|
||||
|
||||
REM From .PRG to .C = Harbour
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
@echo off
|
||||
|
||||
REM From .PRG to .C = Harbour
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
@echo off
|
||||
|
||||
REM From .PRG to .C = Harbour
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
@echo off
|
||||
|
||||
REM From .PRG to .C = Harbour
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
//This is test file for KEYWORDS.PRG
|
||||
//
|
||||
//This file is needed to test #include keyword
|
||||
@@ -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
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
function main()
|
||||
local start := seconds(), stop
|
||||
qout( "start ", start )
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
/*
|
||||
* $Id$
|
||||
*/
|
||||
|
||||
// Test include file
|
||||
//
|
||||
#define _HARBOUR_VERS 23.2
|
||||
|
||||
Reference in New Issue
Block a user