* contrib/hbct/files.c
! FILESIZE() fixed to return -1 when the file doesn't exist.
- contrib/hbmysql/test
+ contrib/hbmysql/tests
- contrib/hbw32ddr/test
+ contrib/hbw32ddr/tests
- contrib/hbodbc/test
+ contrib/hbodbc/tests
- contrib/hbtpathy/test
+ contrib/hbtpathy/tests
- contrib/hbw32/test
+ contrib/hbw32/tests
- contrib/hbole/test
+ contrib/hbole/tests
- contrib/hbfbird/test
+ contrib/hbfbird/tests
- contrib/hbapollo/test
+ contrib/hbapollo/tests
- contrib/hbnf/tests
+ contrib/hbnf/test
- contrib/hbfimage/test
+ contrib/hbfimage/tests
- contrib/hbmisc/test
+ contrib/hbmisc/tests
- contrib/hbgtwvg/test
+ contrib/hbgtwvg/tests
- contrib/hbrddads/test
+ contrib/hbrddads/tests
- contrib/hbbtree/test
+ contrib/hbbtree/tests
! Renamed test to tests to use 'tests' everywhere
inside the repository.
25 lines
615 B
Batchfile
25 lines
615 B
Batchfile
@echo off
|
|
rem
|
|
rem $Id$
|
|
rem
|
|
|
|
cd dos\djgpp\
|
|
del test.exe
|
|
del *.c
|
|
|
|
..\..\..\..\..\source\compiler\dos\djgpp\harbour.exe ../../test.prg -n -q0 -w -es2 -gc0 -I../../ -I../../../ -I../../../../../include
|
|
gcc -I. -I../../../../../include -Wall -c test.c -otest.o
|
|
|
|
..\..\..\..\..\source\compiler\dos\djgpp\harbour.exe ../../ttest.prg -n -q0 -w -es2 -gc0 -I../../ -I../../../ -I../../../../../include
|
|
gcc -I. -I../../../../../include -Wall -c ttest.c -ottest.o
|
|
|
|
gcc -I. -I../../../../../include -I../../.. -Wall -c ../../ctest.c -octest.o
|
|
|
|
gcc @__link__.tmp
|
|
cd ..\..
|
|
|
|
pause
|
|
dos\djgpp\test
|
|
|
|
:done
|