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.
This commit is contained in:
@@ -8,6 +8,12 @@
|
||||
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
||||
*/
|
||||
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user