From 65c319dc0e95fa410c888d29dc8ff8957c794860 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Thu, 3 Feb 2000 21:11:20 +0000 Subject: [PATCH] See ChangeLog entry 2000-02-03 16:10 GMT-5 David G. Holm --- harbour/ChangeLog | 6 ++++++ harbour/bin/bld_tpl.bat | 2 +- harbour/bin/bld_tpl.cmd | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 87f3d96e90..ce01f7e09b 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,9 @@ +2000-02-03 16:10 GMT-5 David G. Holm + + * bin/bld_tpl.bat + * bin/bld_tpl.cmd + + Added ..\lib\main.obj to command line for os2/icc builds + 20000203-17:05 GMT-3 Luiz Rafael Culik *Source/rdd/dbcmd.c * Change some functions docs diff --git a/harbour/bin/bld_tpl.bat b/harbour/bin/bld_tpl.bat index d2dce31c83..e732cd132a 100644 --- a/harbour/bin/bld_tpl.bat +++ b/harbour/bin/bld_tpl.bat @@ -98,7 +98,7 @@ rem set HB_COMPILER= if not "%HB_ARCHITECTURE%" == "os2" goto A_LINUX if "%HB_COMPILER%" == "gcc" gcc %1.c -I..\include -L..\lib -lrtl -lrdd -lvm -lrdd -lrtl -lmacro -ldbfntx -ldbfcdx -lcommon - if "%HB_COMPILER%" == "icc" icc /Gs+ /W2 /Se /Sd+ /Ti+ -I..\include /C- /Tp %1.c ..\lib\rtl.lib ..\lib\rdd.lib ..\lib\vm.lib ..\lib\rdd.lib ..\lib\rtl.lib ..\lib\macro.lib ..\lib\dbfntx.lib ..\lib\dbfcdx.lib ..\lib\common.lib + if "%HB_COMPILER%" == "icc" icc /Gs+ /W2 /Se /Sd+ /Ti+ -I..\include /C- /Tp %1.c ..\lib\main.obj ..\lib\rtl.lib ..\lib\rdd.lib ..\lib\vm.lib ..\lib\rdd.lib ..\lib\rtl.lib ..\lib\macro.lib ..\lib\dbfntx.lib ..\lib\dbfcdx.lib ..\lib\common.lib goto END :A_LINUX diff --git a/harbour/bin/bld_tpl.cmd b/harbour/bin/bld_tpl.cmd index 101a598af9..81864cbd57 100644 --- a/harbour/bin/bld_tpl.cmd +++ b/harbour/bin/bld_tpl.cmd @@ -98,7 +98,7 @@ rem set HB_COMPILER= if not "%HB_ARCHITECTURE%" == "os2" goto A_LINUX if "%HB_COMPILER%" == "gcc" gcc %1.c -I..\include -L..\lib -lrtl -lrdd -lvm -lrdd -lrtl -lmacro -ldbfntx -ldbfcdx -lcommon - if "%HB_COMPILER%" == "icc" icc /Gs+ /W2 /Se /Sd+ /Ti+ -I..\include /C- /Tp %1.c ..\lib\rtl.lib ..\lib\rdd.lib ..\lib\vm.lib ..\lib\rdd.lib ..\lib\rtl.lib ..\lib\macro.lib ..\lib\dbfntx.lib ..\lib\dbfcdx.lib ..\lib\common.lib + if "%HB_COMPILER%" == "icc" icc /Gs+ /W2 /Se /Sd+ /Ti+ -I..\include /C- /Tp %1.c ..\lib\main.obj ..\lib\rtl.lib ..\lib\rdd.lib ..\lib\vm.lib ..\lib\rdd.lib ..\lib\rtl.lib ..\lib\macro.lib ..\lib\dbfntx.lib ..\lib\dbfcdx.lib ..\lib\common.lib goto END :A_LINUX