See changelog 20000219 09:10

This commit is contained in:
Luiz Rafael Culik
2000-02-19 11:23:03 +00:00
parent 00477d293e
commit d7176c9810
4 changed files with 15 additions and 7 deletions

View File

@@ -1,12 +1,20 @@
2000-02-19 01:10 Brian Hays <bhays@abacuslaw.com>
+ doc/harbext.txt
+ Added usage of @<Function>()
20000219-09:10 GMT-3 Luiz Rafael Culik <culik@sl.conex.net>
*makefile.bc
*Added -5 Option to the Bcc32 command line
*bin/bld_b32.bat
*bin/bld_b32w.bat
*Added -5 Option to the Bcc32 command line
PS: I added the -5 command line option , since the console output
Runs faster
20000219-07:02 GMT-3 Luiz Rafael Culik <culik@sl.conex.net>
* source/rtl/environ.c
! Added missing $ONELINER$ token to the __run() function
20000219 07:10 Brian Hays
*doc/harbext.txt
*Added usage of @<Function>()
2000-02-18 17:30 GMT-5 David G. Holm <dholm@ sd-llc.com>
+ doc/cvs_ssh.txt

View File

@@ -4,5 +4,5 @@ rem $Id$
rem
..\bin\harbour %1 %2 %3 /n /i..\include
bcc32 %1.c -e%1.exe -O2 -I..\include -L..\lib\b32 -v common.lib dbfcdx.lib dbfntx.lib debug.lib harbour.lib pp.lib macro.lib runner.lib terminal.lib tools.lib
bcc32 %1.c -e%1.exe -5 -O2 -I..\include -L..\lib\b32 common.lib dbfcdx.lib dbfntx.lib debug.lib harbour.lib pp.lib macro.lib runner.lib terminal.lib tools.lib
rem del %1.c

View File

@@ -4,5 +4,5 @@ rem $Id$
rem
..\bin\harbour %1 %2 %3 /n /i..\include
bcc32 %1.c -e%1.exe -O2 -I..\include -L..\lib\b32 -v -tW common.lib dbfcdx.lib dbfntx.lib debug.lib harbour.lib pp.lib macro.lib runner.lib terminal.lib tools.lib
bcc32 %1.c -e%1.exe -O2 -I..\include -L..\lib\b32 -5 -tW common.lib dbfcdx.lib dbfntx.lib debug.lib harbour.lib pp.lib macro.lib runner.lib terminal.lib tools.lib
rem del %1.c

View File

@@ -23,7 +23,7 @@ BCC_OPT = $(BCC_OPT) -O2
# Borland C/C++ (Windows 32 bits)
BCC_EXE = bcc32
BCC_OPT = $(BCC_OPT) -DHARBOUR_USE_WIN_GTAPI
BCC_OPT = $(BCC_OPT) -DHARBOUR_USE_WIN_GTAPI -5
TASM_EXE = tasm32
OBJ_DIR = obj\b32
LIB_DIR = lib\b32