From 65885c969a591da8ebb1e22c9ed98de1f28d22bb Mon Sep 17 00:00:00 2001 From: Luiz Rafael Culik Date: Thu, 27 Dec 2001 01:00:07 +0000 Subject: [PATCH] See changelog 2001-12-26 22:10 UTC -0300 --- harbour/utils/hbmake/hbmake.prg | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/harbour/utils/hbmake/hbmake.prg b/harbour/utils/hbmake/hbmake.prg index 581dd2370c..d4d74f458c 100644 --- a/harbour/utils/hbmake/hbmake.prg +++ b/harbour/utils/hbmake/hbmake.prg @@ -941,7 +941,7 @@ ATTENTION( "Harbour Options", 5 ) @ 8, 40 Get lCompMod checkbox caption "compile module only" @ 9, 1 Say "User Defines " get cUserDef pict "@s15" @ 9, 40 Say "User include Path" get cUserInclude pict "@s15" -@ 10,1 get lExternalLib checkbox "Use External Libs" +@ 10,1 get lExternalLib checkbox caption "Use External Libs" Read if !empty(cUserDef) cDefHarOpts+= " -D"+alltrim(cUserDef) +" " @@ -1274,12 +1274,14 @@ endif else cLibs+="-l"+strtran(aLibsout[npos],'.a',"")+" "+cDefGccLibs endif + adel(alibsout,nPos) asize(alibsout,len(alibsout)-1) + endif aeval(alibsout,{ |cLib| cLibs+=" -l"+strtran(cLib,'.a',"")}) if cOs=="Linux" clibs+= " "+cDeflibGccLibs - cDeflibGccLibs:=cLibc + cDeflibGccLibs:=cLibs elseif cOs=="OS/2" clibs+= " "+cgcclibsos2 cgcclibsos2:=cLibs