From d895943a800fa22c4dbf88768aceaf9cf25b710a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Wed, 24 Oct 2007 02:10:11 +0000 Subject: [PATCH] 2007-10-24 04:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) - bin/bld_b16.bat - Removed file. DOS/BCC16 usage is not that common now, that it needs a separate batch file. DOS/BCC16 users should use bld.bat with proper envvars. --- harbour/ChangeLog | 6 ++++++ harbour/bin/bld_b16.bat | 18 ------------------ 2 files changed, 6 insertions(+), 18 deletions(-) delete mode 100644 harbour/bin/bld_b16.bat diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7686983b8f..65820bb6cf 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2007-10-24 04:08 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + - bin/bld_b16.bat + - Removed file. DOS/BCC16 usage is not that common now, + that it needs a separate batch file. DOS/BCC16 users + should use bld.bat with proper envvars. + 2007-10-24 03:54 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * include/vm.api * include/hbapi.h diff --git a/harbour/bin/bld_b16.bat b/harbour/bin/bld_b16.bat deleted file mode 100644 index 335022af7c..0000000000 --- a/harbour/bin/bld_b16.bat +++ /dev/null @@ -1,18 +0,0 @@ -@echo off -rem -rem $Id$ -rem - -rem --------------------------------------------------------------- -rem This is a generic template file, if it doesn't fit your own needs -rem please DON'T MODIFY IT. -rem -rem Instead, make a local copy and modify that one, or make a call to -rem this batch file from your customized one. [vszakats] -rem --------------------------------------------------------------- - -set HB_ARCHITECTURE=dos -set HB_COMPILER=bcc16 - -call bld.bat %1 %2 %3 %4 %5 %6 %7 %8 %9 -