See ChangeLog entry 19990624-19:30 EDT David G. Holm <dholm@jsd-llc.com>
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
19990624-19:30 EDT David G. Holm <dholm@jsd-llc.com>
|
||||
* makefile.icc
|
||||
- environ.c needs to be dependent upon version.h
|
||||
* include/version.h
|
||||
- Bumped revision code to "c" (still build 27)
|
||||
|
||||
19990624-23:20 CET Kwon, Oh-Chul
|
||||
* source/rtl/natmsg.xxx
|
||||
Korean added
|
||||
@@ -50,15 +56,15 @@
|
||||
|
||||
Thu Jun 24 12:25:30 1999 Gonzalo A. Diethelm <Gonzalo.Diethelm@jda.cl>
|
||||
|
||||
* include/Makefile:
|
||||
Added the following files: box.h, compat.h, extra.h, super.h,
|
||||
box.ch, color.ch, rdd.api.
|
||||
|
||||
* source/rtl/Makefile:
|
||||
Added copyfile.c.
|
||||
|
||||
* source/rtl/errorsys.prg:
|
||||
Changed an END to an ENDDO, to avoid Harbour compilation errors.
|
||||
* include/Makefile:
|
||||
Added the following files: box.h, compat.h, extra.h, super.h,
|
||||
box.ch, color.ch, rdd.api.
|
||||
|
||||
* source/rtl/Makefile:
|
||||
Added copyfile.c.
|
||||
|
||||
* source/rtl/errorsys.prg:
|
||||
Changed an END to an ENDDO, to avoid Harbour compilation errors.
|
||||
|
||||
19990624-13:00 WIB Andi Jahja <andij@aonlippo.co.id>
|
||||
* source/rtl/copyfile.c
|
||||
|
||||
@@ -15,12 +15,12 @@
|
||||
extern int hb_day;
|
||||
*/
|
||||
|
||||
#define hb_major 0 /* Major version number */
|
||||
#define hb_minor 0 /* Minor version number */
|
||||
#define hb_revision "b" /* Revision letter */
|
||||
#define hb_build 27 /* Build number */
|
||||
#define hb_year 1999 /* Build year */
|
||||
#define hb_month 6 /* Build month */
|
||||
#define hb_day 18 /* Build day */
|
||||
#define hb_major 0 /* Major version number */
|
||||
#define hb_minor 0 /* Minor version number */
|
||||
#define hb_revision "c" /* Revision letter */
|
||||
#define hb_build 27 /* Build number */
|
||||
#define hb_year 1999 /* Build year */
|
||||
#define hb_month 6 /* Build month */
|
||||
#define hb_day 24 /* Build day */
|
||||
|
||||
#endif /* VERSION_H_ */
|
||||
|
||||
@@ -95,7 +95,7 @@ $(path_obj)\datesx.obj : {$(path_c)}datesx.c $(path_h)\extend.h $(path_h)\ty
|
||||
$(path_obj)\debug.obj : {$(path_c)}debug.c $(path_h)\extend.h $(path_h)\types.h $(path_h)\itemapi.h $(path_h)\ctoharb.h
|
||||
$(path_obj)\descend.obj : {$(path_c)}descend.c $(path_h)\extend.h $(path_h)\types.h
|
||||
$(path_obj)\dir.obj : {$(path_c)}dir.c $(path_h)\extend.h $(path_h)\types.h $(path_h)\itemapi.h
|
||||
$(path_obj)\environ.obj : {$(path_c)}environ.c $(path_h)\extend.h $(path_h)\types.h
|
||||
$(path_obj)\environ.obj : {$(path_c)}environ.c $(path_h)\extend.h $(path_h)\types.h $(path_h)\version.h
|
||||
$(path_obj)\errorapi.obj : {$(path_c)}errorapi.c $(path_h)\extend.h $(path_h)\types.h $(path_h)\errorapi.h $(path_h)\error.ch $(path_h)\ctoharb.h
|
||||
$(path_obj)\extend.obj : {$(path_c)}extend.c $(path_h)\extend.h $(path_h)\types.h $(path_h)\set.h
|
||||
$(path_obj)\files.obj : {$(path_c)}files.c $(path_h)\extend.h $(path_h)\types.h
|
||||
|
||||
Reference in New Issue
Block a user