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)
This commit is contained in:
Viktor Szakats
2008-07-03 12:57:39 +00:00
parent b62a6a1585
commit e5489de2c3
6 changed files with 13 additions and 2 deletions

View File

@@ -8,6 +8,17 @@
2008-12-31 13:59 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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

View File

@@ -21,7 +21,7 @@ C_SOURCES=\
PRG_HEADERS=\
gd.ch \
gdexternal.ch \
gdextern.ch \
PRG_SOURCES=\
gd.prg \

View File

@@ -8,7 +8,7 @@ LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
PRG_HEADERS = \
gd.ch \
gdexternal.ch \
gdextern.ch \
LIB_OBJS = \
$(OBJ_DIR)gdwrp$(OBJEXT) \