See ChangeLog entry 19990804-00:20 EDT David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
3
harbour/tests/working/build.bat
Normal file
3
harbour/tests/working/build.bat
Normal 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
|
||||
Reference in New Issue
Block a user