From e5489de2c3e72c3cbc024749718b47d2956e8130 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 3 Jul 2008 12:57:39 +0000 Subject: [PATCH] 2008-07-03 14:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbgd/Makefile * contrib/hbgd/common.mak - contrib/hbgd/gdexternal.ch + contrib/hbgd/gdextern.ch - contrib/hbgd/tests/gdtestcls.prg + contrib/hbgd/tests/gdtestcl.prg - contrib/hbgd/tests/antialiased.prg + contrib/hbgd/tests/antialia.prg ! Removing long filenames in hbgd (part 1/2) --- harbour/ChangeLog | 11 +++++++++++ harbour/contrib/hbgd/Makefile | 2 +- harbour/contrib/hbgd/common.mak | 2 +- harbour/contrib/hbgd/{gdexternal.ch => gdextern.ch} | 0 .../hbgd/tests/{antialiased.prg => antialia.prg} | 0 .../hbgd/tests/{gdtestcls.prg => gdtestcl.prg} | 0 6 files changed, 13 insertions(+), 2 deletions(-) rename harbour/contrib/hbgd/{gdexternal.ch => gdextern.ch} (100%) rename harbour/contrib/hbgd/tests/{antialiased.prg => antialia.prg} (100%) rename harbour/contrib/hbgd/tests/{gdtestcls.prg => gdtestcl.prg} (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 5a9b7a5b16..685719af68 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,17 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-07-03 14:56 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbgd/Makefile + * contrib/hbgd/common.mak + - contrib/hbgd/gdexternal.ch + + contrib/hbgd/gdextern.ch + - contrib/hbgd/tests/gdtestcls.prg + + contrib/hbgd/tests/gdtestcl.prg + - contrib/hbgd/tests/antialiased.prg + + contrib/hbgd/tests/antialia.prg + ! Removing long filenames in hbgd (part 1/2) + 2008-07-03 14:22 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * contrib/hbbmcdx/Makefile * contrib/hbbmcdx/common.mak diff --git a/harbour/contrib/hbgd/Makefile b/harbour/contrib/hbgd/Makefile index 2edaef5328..a13c59f69d 100644 --- a/harbour/contrib/hbgd/Makefile +++ b/harbour/contrib/hbgd/Makefile @@ -21,7 +21,7 @@ C_SOURCES=\ PRG_HEADERS=\ gd.ch \ - gdexternal.ch \ + gdextern.ch \ PRG_SOURCES=\ gd.prg \ diff --git a/harbour/contrib/hbgd/common.mak b/harbour/contrib/hbgd/common.mak index 8b8492529c..a4b02dc19d 100644 --- a/harbour/contrib/hbgd/common.mak +++ b/harbour/contrib/hbgd/common.mak @@ -8,7 +8,7 @@ LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT) PRG_HEADERS = \ gd.ch \ - gdexternal.ch \ + gdextern.ch \ LIB_OBJS = \ $(OBJ_DIR)gdwrp$(OBJEXT) \ diff --git a/harbour/contrib/hbgd/gdexternal.ch b/harbour/contrib/hbgd/gdextern.ch similarity index 100% rename from harbour/contrib/hbgd/gdexternal.ch rename to harbour/contrib/hbgd/gdextern.ch diff --git a/harbour/contrib/hbgd/tests/antialiased.prg b/harbour/contrib/hbgd/tests/antialia.prg similarity index 100% rename from harbour/contrib/hbgd/tests/antialiased.prg rename to harbour/contrib/hbgd/tests/antialia.prg diff --git a/harbour/contrib/hbgd/tests/gdtestcls.prg b/harbour/contrib/hbgd/tests/gdtestcl.prg similarity index 100% rename from harbour/contrib/hbgd/tests/gdtestcls.prg rename to harbour/contrib/hbgd/tests/gdtestcl.prg