From 832fc03bb4cb00fa59c516ed854474220133faec Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Wed, 28 Jun 2006 20:20:43 +0000 Subject: [PATCH] 2006-06-28 22:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * xharbour/bin/pack_src.sh + added USRRDD --- harbour/ChangeLog | 4 ++++ harbour/bin/pack_src.sh | 7 +++++++ 2 files changed, 11 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index aef459084a..49348cc61c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ + + Added gttone.c file + + * harbour/rtl/gttone.c + + added Microsoft requested header file. 2006-06-28 22:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) ! One minor fix and another minor correction made after testing diff --git a/harbour/bin/pack_src.sh b/harbour/bin/pack_src.sh index 65d42b540a..b9de84964e 100644 --- a/harbour/bin/pack_src.sh +++ b/harbour/bin/pack_src.sh @@ -137,6 +137,13 @@ $hb_collect source/rdd/hsx/*.[ch] $hb_collect source/rdd/hsx/*.ch $hb_collect source/rdd/hsx/*.prg +# SOURCE\RDD\USRRDD +$hb_collect source/rdd/usrrdd/Makefile +$hb_collect source/rdd/usrrdd/*.c +$hb_collect source/rdd/usrrdd/example/*.prg +$hb_collect source/rdd/usrrdd/rdds/Makefile +$hb_collect source/rdd/usrrdd/rdds/*.prg + # SOURCE\RDD\NULSYS $hb_collect source/rdd/nulsys/Makefile $hb_collect source/rdd/nulsys/*.c