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