-i..\..\include added as command line option to Harbour
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user