2009-02-13 18:43 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
+ contrib/examples/dbu/hbmk.bat
- contrib/examples/dbu/hbmk_b32.bat
- contrib/examples/dbu/hbmk_vc.bat
+ contrib/examples/hscript/hbmk.bat
- contrib/examples/hscript/hbmk_b32.bat
- contrib/examples/hscript/hbmk_vc.bat
% Converted compiler specific make files to generic ones.
This commit is contained in:
@@ -8,6 +8,15 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-02-13 18:43 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
+ contrib/examples/dbu/hbmk.bat
|
||||
- contrib/examples/dbu/hbmk_b32.bat
|
||||
- contrib/examples/dbu/hbmk_vc.bat
|
||||
+ contrib/examples/hscript/hbmk.bat
|
||||
- contrib/examples/hscript/hbmk_b32.bat
|
||||
- contrib/examples/hscript/hbmk_vc.bat
|
||||
% Converted compiler specific make files to generic ones.
|
||||
|
||||
2009-02-13 18:36 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
|
||||
* bin/hbmk.bat
|
||||
+ Added automatic architecture detection on Windows NT and above.
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
@echo off
|
||||
rem
|
||||
rem $Id$
|
||||
rem
|
||||
|
||||
set HB_DIR_DBU=%CLIPPER_DIR%\SOURCE\DBU
|
||||
if exist "%HB_DIR_DBU%\DBU.PRG" goto DIR_OK
|
||||
set HB_DIR_DBU=.
|
||||
if exist "%HB_DIR_DBU%\DBU.PRG" goto DIR_OK_LOCAL
|
||||
|
||||
echo ---------------------------------------------------------------
|
||||
echo IMPORTANT: You'll either need to copy the original CA-Cl*pper
|
||||
echo DBU sources to this directory, or set the location of
|
||||
echo your original CA-Cl*pper installation (with DBU sources
|
||||
echo in SOURCE\DBU):
|
||||
echo set CLIPPER_DIR=C:\CLIPPER5
|
||||
echo ---------------------------------------------------------------
|
||||
goto EXIT
|
||||
|
||||
:DIR_OK_LOCAL
|
||||
|
||||
if exist hb_dbu.dif patch -N -i hb_dbu.dif
|
||||
|
||||
:DIR_OK
|
||||
|
||||
..\..\..\bin\%~nx0 %* %HB_DIR_DBU%\DBU.PRG %HB_DIR_DBU%\DBUCOPY.PRG %HB_DIR_DBU%\DBUEDIT.PRG %HB_DIR_DBU%\DBUHELP.PRG %HB_DIR_DBU%\DBUINDX.PRG %HB_DIR_DBU%\DBUNET.PRG %HB_DIR_DBU%\DBUSTRU.PRG %HB_DIR_DBU%\DBUUTIL.PRG %HB_DIR_DBU%\DBUVIEW.PRG
|
||||
|
||||
:EXIT
|
||||
@@ -1,7 +0,0 @@
|
||||
@rem
|
||||
@rem $Id$
|
||||
@rem
|
||||
|
||||
@set HB_USER_LIBS=hbnf.lib
|
||||
|
||||
@..\..\..\bin\%~nx0 %* hscript.prg
|
||||
Reference in New Issue
Block a user