See ChangeLog entry 19990804-00:20 EDT David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
1999-08-04 04:39:34 +00:00
parent ba857aef68
commit 129ba1ae3f
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
19990804-00:20 EDT David G. Holm <dholm@jsd-llc.com>
+ tests/working/build.bat
+ New batch file to build and run individual PRG files
Syntax: "BUILD module", where module is the main part of the
file name of the PRG file to be built and run. For example,
to build and run T.PRG, use "BUILD T".
19990804-00:15 EDT David G. Holm <dholm@jsd-llc.com>
* source/rtl/math.c
! Corrected MOD() to set the correct number of decimal points.

View File

@@ -0,0 +1,3 @@
@echo off
make -r "PRG_SOURCES=%1.prg"
if not errorlevel 1 %hb_architecture\%hb_compiler\%1 %2 %3 %4 %5 %6 %7 %8 %9