From 50c9aff695ddf3243fd2c2bfe06afe491c0cb921 Mon Sep 17 00:00:00 2001 From: Leslee Griffith Date: Sat, 29 May 1999 15:01:02 +0000 Subject: [PATCH] add hbdos.bat for makeing gcc->exe files --- harbour/tests/working/hbdos.bat | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 harbour/tests/working/hbdos.bat diff --git a/harbour/tests/working/hbdos.bat b/harbour/tests/working/hbdos.bat new file mode 100644 index 0000000000..059e1e3800 --- /dev/null +++ b/harbour/tests/working/hbdos.bat @@ -0,0 +1,4 @@ +rem prg-> c -> exe using gcc (djgpp) + +make -r -fmakefile.dos %1 +