20000507-09:40 GMT+1 Victor Szakats <info@szelvesz.hu>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user