-i..\..\include added as command line option to Harbour

This commit is contained in:
Eddie Runia
1999-05-22 13:44:34 +00:00
parent d972547fbe
commit 77536c3184
8 changed files with 11 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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