diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e2df36fe28..4ae6f81a32 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,12 +1,20 @@ - -2000-02-19 01:10 Brian Hays - + doc/harbext.txt - + Added usage of @() +20000219-09:10 GMT-3 Luiz Rafael Culik + *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 * source/rtl/environ.c ! Added missing $ONELINER$ token to the __run() function +20000219 07:10 Brian Hays + *doc/harbext.txt + *Added usage of @() + 2000-02-18 17:30 GMT-5 David G. Holm + doc/cvs_ssh.txt diff --git a/harbour/bin/bld_b32.bat b/harbour/bin/bld_b32.bat index c97f006f31..5390faa72a 100644 --- a/harbour/bin/bld_b32.bat +++ b/harbour/bin/bld_b32.bat @@ -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 diff --git a/harbour/bin/bld_b32w.bat b/harbour/bin/bld_b32w.bat index 3405690d18..77093c5674 100644 --- a/harbour/bin/bld_b32w.bat +++ b/harbour/bin/bld_b32w.bat @@ -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 diff --git a/harbour/makefile.bc b/harbour/makefile.bc index 8733fd0283..7892f90c48 100644 --- a/harbour/makefile.bc +++ b/harbour/makefile.bc @@ -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