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:
@@ -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)
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user