tests\working\hscript\hscript.prg removed line 150

This commit is contained in:
Patrick Mast
1999-06-19 08:47:06 +00:00
parent 82c78a88f3
commit 95ba1e9b3b
2 changed files with 4 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
19990619-09:40 CET Patrick Mast
* tests\working\hscript\hscript.prg
removed line 150
19990618-21:50 EDT David G. Holm <dholm@jsd-llc.com>
* makefile.icc
- genobj.c was moved to source/contrib

View File

@@ -147,7 +147,6 @@ FUNCTION Main( cScript )
fClose( hFile )
// Creates the temporary HRB, erases the PRG
QOut( cHarbourDir + "harbour.exe" )
__Run( cHarbourDir + "harbour.exe " + cFile + " /q /n /gHRB" )
fErase( cFile )