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)
This commit is contained in:
Viktor Szakats
2009-03-30 07:37:28 +00:00
parent 36c4c62f61
commit 3ade1bc7a9
2 changed files with 5 additions and 1 deletions

View File

@@ -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)

View File

@@ -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()