diff --git a/harbour/ChangeLog b/harbour/ChangeLog index b2c9bb2a73..0e737c5bed 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2009-03-30 09:37 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * utils/hbmk2/hbmk2.prg + + Added two Windows system libs. (also needed for QT) + 2009-03-29 22:46 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/xhb/hbserv.c ! Fixed issues with prev commit. (Thanks Francesco) diff --git a/harbour/utils/hbmk2/hbmk2.prg b/harbour/utils/hbmk2/hbmk2.prg index 598f27de39..eb862bb613 100644 --- a/harbour/utils/hbmk2/hbmk2.prg +++ b/harbour/utils/hbmk2/hbmk2.prg @@ -514,7 +514,7 @@ FUNCTION Main( ... ) cBinExt := ".exe" cOptPrefix := "-/" s_aLIBSYSCORE := { "user32", "gdi32", "advapi32", "ws2_32" } - s_aLIBSYSMISC := { "winspool", "comctl32", "comdlg32", "shell32", "ole32", "oleaut32", "uuid", "mpr", "winmm", "mapi32" } + s_aLIBSYSMISC := { "winspool", "comctl32", "comdlg32", "shell32", "ole32", "oleaut32", "uuid", "mpr", "winmm", "mapi32", "imm32", "msimg32" } OTHERWISE OutErr( "hbmk: Error: Architecture value unknown: " + t_cARCH + hb_osNewLine() ) PauseForKey()