diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6d66f20750..2039b613d2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19990522-14:40 CET Eddie Runia + * tests/working/*.bat + -i..\..\include added + 19990522-14:10 CET Eddie Runia Change from 11:43 committed * tests/broken/instr.prg diff --git a/harbour/tests/working/bld32obj.bat b/harbour/tests/working/bld32obj.bat index 7fcfe504e6..098741a77a 100644 --- a/harbour/tests/working/bld32obj.bat +++ b/harbour/tests/working/bld32obj.bat @@ -1,3 +1,3 @@ -..\..\bin\harbour %1 /fobj32 /n +..\..\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/hb.bat b/harbour/tests/working/hb.bat index 78d46acaee..7cd2eb85f0 100644 --- a/harbour/tests/working/hb.bat +++ b/harbour/tests/working/hb.bat @@ -1,7 +1,7 @@ @echo off REM From .PRG to .C = Harbour -..\..\bin\harbour %1.prg /n +..\..\bin\harbour %1.prg /n /i..\..\include if errorlevel 1 goto end REM From .C to .EXE = BuildExe diff --git a/harbour/tests/working/hb32.bat b/harbour/tests/working/hb32.bat index 4461bde992..ec1d5ea826 100644 --- a/harbour/tests/working/hb32.bat +++ b/harbour/tests/working/hb32.bat @@ -1,7 +1,7 @@ @echo off REM From .PRG to .C = Harbour -..\..\bin\harbour %1.prg /n +..\..\bin\harbour %1.prg /n /i..\..\include if errorlevel 1 goto end REM From .C to .EXE = BuildExe diff --git a/harbour/tests/working/hb32w.bat b/harbour/tests/working/hb32w.bat index b94b066546..2de3da7a40 100644 --- a/harbour/tests/working/hb32w.bat +++ b/harbour/tests/working/hb32w.bat @@ -1,7 +1,7 @@ @echo off REM From .PRG to .C = Harbour -..\..\bin\harbour %1.prg /n +..\..\bin\harbour %1.prg /n /i..\..\include if errorlevel 1 goto end REM From .C to .EXE = BuildExe diff --git a/harbour/tests/working/hbp.bat b/harbour/tests/working/hbp.bat index e921996c75..1f9325a83e 100644 --- a/harbour/tests/working/hbp.bat +++ b/harbour/tests/working/hbp.bat @@ -1,7 +1,7 @@ @echo off REM From .PRG to .C = Harbour -..\..\bin\harbour %1.prg /n +..\..\bin\harbour %1.prg /n /i..\..\include if errorlevel 1 goto end REM From .C to .EXE = Bld+Exe diff --git a/harbour/tests/working/hbvc.bat b/harbour/tests/working/hbvc.bat index 130c7e491a..62385cfde5 100644 --- a/harbour/tests/working/hbvc.bat +++ b/harbour/tests/working/hbvc.bat @@ -1,7 +1,7 @@ @echo off REM From .PRG to .C = Harbour -..\..\bin\harbour %1.prg /n +..\..\bin\harbour %1.prg /n /i..\..\include REM From .C to .EXE = BuildExe call BLDVCEXE %1 %2 diff --git a/harbour/tests/working/stub.bat b/harbour/tests/working/stub.bat index d46a46b155..68fdbb27de 100644 --- a/harbour/tests/working/stub.bat +++ b/harbour/tests/working/stub.bat @@ -1,5 +1,5 @@ @echo off REM From .PRG to .C = Harbour -..\..\bin\harbour %1.prg /n /gHRB +..\..\bin\harbour %1.prg /n /gHRB /i..\..\include runner %1.hrb