From 129ba1ae3f3fdb297daefc181d68075a1f90ed09 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Wed, 4 Aug 1999 04:39:34 +0000 Subject: [PATCH] See ChangeLog entry 19990804-00:20 EDT David G. Holm --- harbour/ChangeLog | 7 +++++++ harbour/tests/working/build.bat | 3 +++ 2 files changed, 10 insertions(+) create mode 100644 harbour/tests/working/build.bat diff --git a/harbour/ChangeLog b/harbour/ChangeLog index bbc20ba0cf..c988ea946e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,10 @@ +19990804-00:20 EDT David G. Holm + + 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 * source/rtl/math.c ! Corrected MOD() to set the correct number of decimal points. diff --git a/harbour/tests/working/build.bat b/harbour/tests/working/build.bat new file mode 100644 index 0000000000..37c8c82b7d --- /dev/null +++ b/harbour/tests/working/build.bat @@ -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