From d3ca9ef62c85f14ed87f6977e51bc1923a452629 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Thu, 5 Jun 2008 20:12:33 +0000 Subject: [PATCH] 2008-06-05 22:10 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * contrib/hbapollo/common.mak * contrib/hbapollo/Makefile + contrib/hbapollo/apollo.ch - contrib/hbapollo/tests/apollo.ch ! apollo.ch file was in tests by mistake. ; TOMERGE [RC1] --- harbour/ChangeLog | 8 ++++++++ harbour/contrib/hbapollo/Makefile | 3 +++ harbour/contrib/hbapollo/{tests => }/apollo.ch | 0 harbour/contrib/hbapollo/common.mak | 3 +++ 4 files changed, 14 insertions(+) rename harbour/contrib/hbapollo/{tests => }/apollo.ch (100%) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 289012a854..171728b940 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,14 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-05 22:10 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * contrib/hbapollo/common.mak + * contrib/hbapollo/Makefile + + contrib/hbapollo/apollo.ch + - contrib/hbapollo/tests/apollo.ch + ! apollo.ch file was in tests by mistake. + ; TOMERGE [RC1] + 2008-06-05 20:30 UTC+0100 Viktor Szakats (harbour.01 syenar hu) - contrib/examples/pp/hbpp.c + contrib/examples/pp/pp.c diff --git a/harbour/contrib/hbapollo/Makefile b/harbour/contrib/hbapollo/Makefile index 1e27fb6569..dd8fc8e8fe 100644 --- a/harbour/contrib/hbapollo/Makefile +++ b/harbour/contrib/hbapollo/Makefile @@ -10,6 +10,9 @@ C_SOURCES=\ PRG_SOURCES=\ apollo1.prg \ +PRG_HEADERS=\ + apollo.ch \ + LIBNAME=hbapollo include $(TOP)$(ROOT)config/lib.cf diff --git a/harbour/contrib/hbapollo/tests/apollo.ch b/harbour/contrib/hbapollo/apollo.ch similarity index 100% rename from harbour/contrib/hbapollo/tests/apollo.ch rename to harbour/contrib/hbapollo/apollo.ch diff --git a/harbour/contrib/hbapollo/common.mak b/harbour/contrib/hbapollo/common.mak index ca2439b3b6..ea8b3fdb81 100644 --- a/harbour/contrib/hbapollo/common.mak +++ b/harbour/contrib/hbapollo/common.mak @@ -6,6 +6,9 @@ LIBNAME = $(LIBPREF)hbapollo LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT) +PRG_HEADERS=\ + apollo.ch \ + LIB_OBJS = \ $(OBJ_DIR)apollo$(OBJEXT) \ $(OBJ_DIR)apollo1$(OBJEXT) \