diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 0f5615892a..24b8019a1f 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,13 @@ +20000206-20:35 GMT -3 Luiz Rafael Culik + *Makefile + *Added ngdoc dir to the normal build + +ngdoc/makefile + +gnu make file for ft_helpc + *source/rdd/dbcmd.c + * Change some functions docs + *source/rtl/mouse/mousedos.c + * Added support for djgpp compiler + 20000206-16:55 GMT+1 Victor Szakats * source/vm/cmdarg.c ! Mistyped #ifdef fixed in //BUILD functionality (mentioned by Jose) diff --git a/harbour/Makefile b/harbour/Makefile index 77fa00665f..3ed66d9c03 100644 --- a/harbour/Makefile +++ b/harbour/Makefile @@ -9,6 +9,7 @@ DIRS=\ source \ obj \ tests \ + ngdoc \ # samples \ include $(ROOT)config/dir.cf