2007-12-07 15:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbgtwvg/Makefile
   * contrib/hbgtwvg/common.mak
   - contrib/hbgtwvg/gtwvt.h
   + contrib/hbgtwvg/gtwvg.h
   - contrib/hbgtwvg/gtwvt.c
   + contrib/hbgtwvg/gtwvg.c
   * contrib/hbgtwvg/wvtutils.c
   * contrib/hbgtwvg/wvtcore.c
     ! Renamed gtwvt to gtwvg to avoid clash with 
       gtwvt in core when using non-GNU make files.

   * source/vm/extend.c
     ! Fixed trace messages in hb_parcx()

   * utils/hbmake/hbmutils.prg
     ! Fixed cosmetic problem.
       (Thanks to Bill Robertson)
This commit is contained in:
Viktor Szakats
2007-12-07 14:30:19 +00:00
parent b0c44fb896
commit 530c79ed47
9 changed files with 41 additions and 20 deletions

View File

@@ -8,6 +8,25 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2007-12-07 15:29 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbgtwvg/Makefile
* contrib/hbgtwvg/common.mak
- contrib/hbgtwvg/gtwvt.h
+ contrib/hbgtwvg/gtwvg.h
- contrib/hbgtwvg/gtwvt.c
+ contrib/hbgtwvg/gtwvg.c
* contrib/hbgtwvg/wvtutils.c
* contrib/hbgtwvg/wvtcore.c
! Renamed gtwvt to gtwvg to avoid clash with
gtwvt in core when using non-GNU make files.
* source/vm/extend.c
! Fixed trace messages in hb_parcx()
* utils/hbmake/hbmutils.prg
! Fixed cosmetic problem.
(Thanks to Bill Robertson)
2007-12-07 11:39 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/rtl/gtwvt/gtwvt.h
* harbour/source/rtl/gtwvt/gtwvt.c

View File

@@ -5,12 +5,12 @@
ROOT = ../../
C_SOURCES=\
gtwvt.c \
gtwvg.c \
wvtcore.c \
wvtutils.c \
C_HEADERS=\
gtwvt.h \
gtwvg.h \
PRG_SOURCES=\
wvtclass.prg \

View File

@@ -6,15 +6,17 @@ LIBNAME = hbgtwvg
LIB_PATH = $(LIB_DIR)\$(LIBNAME)$(LIBEXT)
#
# LIB rules
#
C_HEADERS=\
gtwvg.h \
PRG_HEADERS=\
wvtwin.ch \
LIB_OBJS = \
$(OBJ_DIR)\wvtclass$(OBJEXT) \
$(OBJ_DIR)\wvtpaint$(OBJEXT) \
\
$(OBJ_DIR)\gtwvt$(OBJEXT) \
$(OBJ_DIR)\gtwvg$(OBJEXT) \
$(OBJ_DIR)\wvtcore$(OBJEXT) \
$(OBJ_DIR)\wvtutils$(OBJEXT) \

View File

@@ -84,7 +84,7 @@
#define HB_OS_WIN_32_USED
#include "gtwvt.h"
#include "gtwvg.h"
static int s_GtId;
static HB_GT_FUNCS SuperTable;

View File

@@ -78,7 +78,7 @@
//-------------------------------------------------------------------//
#include "gtwvt.h"
#include "gtwvg.h"
static GLOBAL_DATA *_s = NULL;

View File

@@ -70,7 +70,7 @@
//-------------------------------------------------------------------//
#include "gtwvt.h"
#include "gtwvg.h"
/* workaround for missing declaration in MinGW32 */
#if !defined(TTM_SETTITLE) && defined(TTM_SETTITLEA)

View File

@@ -189,7 +189,7 @@ HB_EXPORT char * hb_parc( int iParam, ... )
HB_EXPORT char * hb_parcx( int iParam, ... )
{
HB_TRACE(HB_TR_DEBUG, ("hb_parc(%d, ...)", iParam));
HB_TRACE(HB_TR_DEBUG, ("hb_parcx(%d, ...)", iParam));
if( iParam >= -1 && iParam <= hb_pcount() )
{

View File

@@ -601,18 +601,18 @@ FUNCTION GetLibs( lGcc, cDir )
LOCAL aInstaledLibs := GetInstaledLibs( IIF( ! lLinux, IIF( ! lGcc, cDir + "\*.lib", cDir + "\*.a" ), '/usr/lib/harbour/*.a' ), lGcc )
LOCAL cExt := iif(lGcc,".a",".lib")
LOCAL aLibsDesc := { { "Harbour hbmisc lib - hbmisc" + cExt , 'hbmisc' + cExt },;
{ "Harbour NanFor lib - hbnf" + cExt , 'hbnf' + cExt },;
{ "Harbour GT lib - hbgt"+cExt , 'hbgt' + cExt },;
{ "Harbour Zip lib - hbziparch"+cExt , 'hbziparch' + cExt + iif( lLinux, ' stdc++.a z.a', ' ' ) },;
{ "Harbour Ole lib - hbole"+ cExt , 'hbole' + cExt + ' ole2' + cExt },;
{ "Harbour MySql lib - hbmysql" + cExt , 'hbmysql' + cExt },;
{ "Harbour PostGreSql lib - hbpgsql"+cExt , 'hbpgsql' + cExt },;
{ "Harbour Samples lib - hbclipsm"+cExt , 'hbclipsm' + cExt } }
/* 1234567890123456789 */
LOCAL aLibsDesc := { { "Harbour hbmisc lib - hbmisc" + cExt , 'hbmisc' + cExt },;
{ "Harbour NanFor Lib lib - hbnf" + cExt , 'hbnf' + cExt },;
{ "Harbour GT Lib lib - hbgt"+cExt , 'hbgt' + cExt },;
{ "Harbour ZipArch lib - hbziparch"+cExt , 'hbziparch' + cExt + iif( lLinux, ' stdc++.a z.a', ' ' ) },;
{ "Harbour ole (old) lib - hbole"+ cExt , 'hbole' + cExt + ' ole2' + cExt },;
{ "Harbour MySQL lib - hbmysql" + cExt , 'hbmysql' + cExt },;
{ "Harbour PostgreSQL lib - hbpgsql"+cExt , 'hbpgsql' + cExt },;
{ "Harbour samples lib - hbclipsm"+cExt , 'hbclipsm' + cExt } }
AEVAL( aInstaledLibs, { | x | AAdd( aLibsDesc, { padr("Harbour contrib",20)+"lib - " + padr(x,15), x } ) } )
AEVAL( aInstaledLibs, { | x | AAdd( aLibsDesc, { padr("Harbour contrib",19)+" lib - " + padr(x,15), x } ) } )
RETURN aLibsDesc