From dd3832986282a2a1e8cc547d1c4cb72e14ea5c10 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 18 Jan 2008 01:12:08 +0000 Subject: [PATCH] 2008-01-18 02:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbrddads/make_b32.bat * contrib/hbrddads/make_vc.bat ! Fixed typo in a label. (Thanks to Eduardo Horbino) --- harbour/ChangeLog | 6 ++++++ harbour/contrib/hbrddads/make_b32.bat | 2 +- harbour/contrib/hbrddads/make_vc.bat | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 8e645e2503..a1c4b40889 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,12 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2008-01-18 02:11 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbrddads/make_b32.bat + * contrib/hbrddads/make_vc.bat + ! Fixed typo in a label. + (Thanks to Eduardo Horbino) + 2008-01-18 01:39 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/contrib/hbzlib/hbmzip.c * cast result of hb_fsGetOsHandle() to expected OS handle type diff --git a/harbour/contrib/hbrddads/make_b32.bat b/harbour/contrib/hbrddads/make_b32.bat index 890fc3de51..61666aaf08 100644 --- a/harbour/contrib/hbrddads/make_b32.bat +++ b/harbour/contrib/hbrddads/make_b32.bat @@ -16,7 +16,7 @@ goto POST_EXIT :DIR_OK set CFLAGS=-I%ADS_DIR% -if "%ADS_VER%" == "" goto DERFAULT_VER +if "%ADS_VER%" == "" goto DEFAULT_VER set CFLAGS=%CFLAGS% -DADS_REQUIRE_VERSION=%ADS_VER% :DEFAULT_VER diff --git a/harbour/contrib/hbrddads/make_vc.bat b/harbour/contrib/hbrddads/make_vc.bat index a1e09cf2c8..b76faa7d70 100644 --- a/harbour/contrib/hbrddads/make_vc.bat +++ b/harbour/contrib/hbrddads/make_vc.bat @@ -16,7 +16,7 @@ goto POST_EXIT :DIR_OK set CFLAGS=-I%ADS_DIR% -if "%ADS_VER%" == "" goto DERFAULT_VER +if "%ADS_VER%" == "" goto DEFAULT_VER set CFLAGS=%CFLAGS% -DADS_REQUIRE_VERSION=%ADS_VER% :DEFAULT_VER