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]
This commit is contained in:
Viktor Szakats
2008-06-05 20:12:33 +00:00
parent 73b29af522
commit d3ca9ef62c
4 changed files with 14 additions and 0 deletions

View File

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

View File

@@ -10,6 +10,9 @@ C_SOURCES=\
PRG_SOURCES=\
apollo1.prg \
PRG_HEADERS=\
apollo.ch \
LIBNAME=hbapollo
include $(TOP)$(ROOT)config/lib.cf

View File

@@ -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) \