From fa396fec40f0b16c72e3eb8b0c303db435437812 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 23 Mar 2010 07:38:29 +0000 Subject: [PATCH] 2010-03-23 08:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * utils/hbmk2/hbmk2.prg * Minor (non-functional) corrections to latest additions. --- harbour/ChangeLog | 4 ++++ harbour/utils/hbmk2/hbmk2.prg | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index dcef40dd76..356034f76f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2010-03-23 08:37 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * utils/hbmk2/hbmk2.prg + * Minor (non-functional) corrections to latest additions. + 2010-03-23 01:02 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * bin/postinst.prg - Deleted hb-mkimp.bat reference. This file is no more. diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 2b2ffbfc29..6c03c0a003 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -3134,7 +3134,7 @@ FUNCTION hbmk2( aArgs, /* @ */ lPause ) IF lMakeImpLibMS_bcc cOpt_ImpLib := "-a" ENDIF - bBlk_ImpLib := {| cSourceDLL, cTargetLib, cFlags | win_implib_command( hbmk, "implib {FI} {OL} {ID}", nCmd_Esc, cSourceDLL, cTargetLib, cFlags ) } + bBlk_ImpLib := {| cSourceDLL, cTargetLib, cFlags | win_implib_command( hbmk, "implib.exe {FI} {OL} {ID}", nCmd_Esc, cSourceDLL, cTargetLib, cFlags ) } cLibPathPrefix := "" cLibPathSep := ";" IF hbmk[ _HBMK_lMAP ] @@ -8651,7 +8651,7 @@ STATIC PROCEDURE ShowHelp( hbmk, lLong ) { "-blinker" , "" },; { "-exospace" , I_( "emulate Clipper compatible linker behavior\ncreate link/copy hbmk2 to rtlink/blinker/exospace for the same effect" ) },; NIL,; - { "-mkimplib= " , I_( "convert .dll into import libaray (experimental)" ) },; + { "-mkimplib= " , I_( "convert .dll into import library (experimental)" ) },; NIL,; { "-hbmake=" , I_( "convert hbmake project file to .hbp file (experimental)" ) },; { "-xbp=" , I_( "convert .xbp (xbuild) project file to .hbp file (experimental)" ) },;