2011-02-28 20:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbmzip/hbmzip.hbp
* Changed header used for minizip autodetection.
zip.h is also used by component named libzip.
Thanks to Przemek for the hint.
[ looking for multiple headers (possibly connected by various
bool operators) is too huge work for so far too little gain, so
for now I pass it.]
* contrib/hbrun/hbrun.prg
+ Use HB_GTI_FULLSCREEN to detect if the GT is capable of non-console
mode of operation (formely hard-wired check for GTCGI was done).
Pls verify me.
* config/postinst.hbs
+ Show msg that postinst.hbs is finished (and errlev) [Tamas]
This commit is contained in:
@@ -16,6 +16,23 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-02-28 20:00 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbmzip/hbmzip.hbp
|
||||
* Changed header used for minizip autodetection.
|
||||
zip.h is also used by component named libzip.
|
||||
Thanks to Przemek for the hint.
|
||||
[ looking for multiple headers (possibly connected by various
|
||||
bool operators) is too huge work for so far too little gain, so
|
||||
for now I pass it.]
|
||||
|
||||
* contrib/hbrun/hbrun.prg
|
||||
+ Use HB_GTI_FULLSCREEN to detect if the GT is capable of non-console
|
||||
mode of operation (formely hard-wired check for GTCGI was done).
|
||||
Pls verify me.
|
||||
|
||||
* config/postinst.hbs
|
||||
+ Show msg that postinst.hbs is finished (and errlev) [Tamas]
|
||||
|
||||
2011-02-28 18:12 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/utils/hbmk2/Makefile
|
||||
! fixed list of linked libraries - hbpp and hbcommon libs were
|
||||
|
||||
@@ -327,6 +327,9 @@ PROCEDURE Main( ... )
|
||||
mk_extern_core()
|
||||
ENDIF
|
||||
|
||||
OutStd( "! postinst.hbs finished" + ;
|
||||
iif( nErrorLevel == 0, "", " with with errorlevel=" + hb_ntos( nErrorLevel ) ) + hb_eol() )
|
||||
|
||||
ErrorLevel( nErrorLevel )
|
||||
|
||||
RETURN
|
||||
|
||||
@@ -9,7 +9,9 @@
|
||||
|
||||
-w3 -es2
|
||||
|
||||
-depkeyhead=minizip:zip.h
|
||||
# component named libzip also has a header
|
||||
# named zip.h, so we look for unzip.h to detect minizip
|
||||
-depkeyhead=minizip:unzip.h
|
||||
-depcontrol=minizip:local{HB_BUILD_3RDEXT='no'}
|
||||
-depcontrol=minizip:${HB_WITH_MINIZIP}
|
||||
-depincpath=minizip:/usr/include
|
||||
|
||||
@@ -337,8 +337,8 @@ STATIC PROCEDURE hbrun_Prompt( aParams, cCommand )
|
||||
LOCAL cDomain := ""
|
||||
LOCAL tmp
|
||||
|
||||
IF hb_gtVersion( 0 ) == "CGI"
|
||||
OutErr( "hbrun: Error: Interactive session not possible with GTCGI terminal driver" + hb_eol() )
|
||||
IF ! hb_gtInfo( HB_GTI_FULLSCREEN )
|
||||
OutErr( "hbrun: Error: Interactive session not possible with " + hb_gtVersion( 0 ) + " terminal driver" + hb_eol() )
|
||||
RETURN
|
||||
ENDIF
|
||||
|
||||
|
||||
Reference in New Issue
Block a user