From 6c38bc986d6d2da812c35bef6dc2fb1435b3673d Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 9 Nov 2010 16:17:31 +0000 Subject: [PATCH] 2010-11-09 17:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbexpat/hbexpat.hbp ! Deleted reference to non-existing header. * contrib/hbzebra/hbzebra.hbp * My latest change formatted differently. * contrib/hbzebra/tests/test1.prg + Added SVN ID. --- harbour/ChangeLog | 10 ++++++++++ harbour/contrib/hbexpat/hbexpat.hbp | 1 - harbour/contrib/hbzebra/hbzebra.hbp | 4 ++-- harbour/contrib/hbzebra/tests/test1.prg | 26 ++++++++++++++----------- 4 files changed, 27 insertions(+), 14 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 60c875ee0f..fc73fed309 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,16 @@ The license applies to all entries newer than 2009-04-28. */ +2010-11-09 17:16 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbexpat/hbexpat.hbp + ! Deleted reference to non-existing header. + + * contrib/hbzebra/hbzebra.hbp + * My latest change formatted differently. + + * contrib/hbzebra/tests/test1.prg + + Added SVN ID. + 2010-11-09 18:00 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/hbzebra/code128.c * pacified warning diff --git a/harbour/contrib/hbexpat/hbexpat.hbp b/harbour/contrib/hbexpat/hbexpat.hbp index ab100b91b4..f74f694a4a 100644 --- a/harbour/contrib/hbexpat/hbexpat.hbp +++ b/harbour/contrib/hbexpat/hbexpat.hbp @@ -17,7 +17,6 @@ -depfinish=expat -instfile=inc:hbexpat.ch --instfile=inc:hbexpatx.ch hbexpat.c hbexpatc.c diff --git a/harbour/contrib/hbzebra/hbzebra.hbp b/harbour/contrib/hbzebra/hbzebra.hbp index f6fd9ca1ca..451b719aad 100644 --- a/harbour/contrib/hbzebra/hbzebra.hbp +++ b/harbour/contrib/hbzebra/hbzebra.hbp @@ -36,5 +36,5 @@ msi.c -depimplibd=cairo:cairo -depfinish=cairo -cairo.c{HBMK_HAS_CAIRO} -../hbcairo/hbcairo.hbc{HBMK_HAS_CAIRO} +{HBMK_HAS_CAIRO}cairo.c +{HBMK_HAS_CAIRO}../hbcairo/hbcairo.hbc diff --git a/harbour/contrib/hbzebra/tests/test1.prg b/harbour/contrib/hbzebra/tests/test1.prg index 2b2d108396..b5792dbbd1 100644 --- a/harbour/contrib/hbzebra/tests/test1.prg +++ b/harbour/contrib/hbzebra/tests/test1.prg @@ -1,3 +1,7 @@ +/* + * $Id$ + */ + #include "hbzebra.ch" #include "hbcairo.ch" @@ -45,27 +49,27 @@ RETURN PROC DrawBarcode( hCairo, nY, nLineWidth, cType, cCode, nFlags ) LOCAL hZebra IF cType == "EAN13" - hZebra := hb_zebra_create_ean13( cCode, nFlags ) + hZebra := hb_zebra_create_ean13( cCode, nFlags ) ELSEIF cType == "EAN8" - hZebra := hb_zebra_create_ean8( cCode, nFlags ) + hZebra := hb_zebra_create_ean8( cCode, nFlags ) ELSEIF cType == "UPCA" - hZebra := hb_zebra_create_upca( cCode, nFlags ) + hZebra := hb_zebra_create_upca( cCode, nFlags ) ELSEIF cType == "UPCE" - hZebra := hb_zebra_create_upce( cCode, nFlags ) + hZebra := hb_zebra_create_upce( cCode, nFlags ) ELSEIF cType == "CODE39" - hZebra := hb_zebra_create_code39( cCode, nFlags ) + hZebra := hb_zebra_create_code39( cCode, nFlags ) ELSEIF cType == "ITF" - hZebra := hb_zebra_create_itf( cCode, nFlags ) + hZebra := hb_zebra_create_itf( cCode, nFlags ) ELSEIF cType == "MSI" - hZebra := hb_zebra_create_msi( cCode, nFlags ) + hZebra := hb_zebra_create_msi( cCode, nFlags ) ELSEIF cType == "CODABAR" - hZebra := hb_zebra_create_codabar( cCode, nFlags ) + hZebra := hb_zebra_create_codabar( cCode, nFlags ) ELSEIF cType == "CODE93" - hZebra := hb_zebra_create_code93( cCode, nFlags ) + hZebra := hb_zebra_create_code93( cCode, nFlags ) ELSEIF cType == "CODE11" - hZebra := hb_zebra_create_code11( cCode, nFlags ) + hZebra := hb_zebra_create_code11( cCode, nFlags ) ELSEIF cType == "CODE128" - hZebra := hb_zebra_create_code128( cCode, nFlags ) + hZebra := hb_zebra_create_code128( cCode, nFlags ) ENDIF IF hZebra != NIL IF hb_zebra_geterror( hZebra ) == 0