20000507-09:40 GMT+1 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-05-07 07:40:13 +00:00
parent 83015ce56c
commit ea269fabd5
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
20000507-09:40 GMT+1 Victor Szakats <info@szelvesz.hu>
* tests/gnu_test.bat
! Fixed envvar references.
20000506-22:45 GMT-8 Ron Pinkas <Ron@Profit-Master.com>
* include/hbcomp.h

View File

@@ -6,9 +6,9 @@ rem
if %hb_architecture%.==. goto bad_arch
if %hb_compiler%.==. goto bad_comp
if exist %hb_architecture\%hb_compiler\%1.* del %hb_architecture\%hb_compiler\%1.*
if exist %hb_architecture%\%hb_compiler%\%1.* del %hb_architecture%\%hb_compiler%\%1.*
make -r "PRG_SOURCES=%1.prg"
if not errorlevel 1 %hb_architecture\%hb_compiler\%1 %2 %3 %4 %5 %6 %7 %8 %9
if not errorlevel 1 %hb_architecture%\%hb_compiler%\%1 %2 %3 %4 %5 %6 %7 %8 %9
goto exit
:bad_arch