2001-09-07 08:40 GMT Dave Pearson <davep@davep.org>

* doc/readme.txt
      * Added a pointer to dirstruc.txt.
   * doc/dirstruc.txt
      * Minor additions and corrections.
This commit is contained in:
Dave Pearson
2001-09-07 08:43:36 +00:00
parent c120eac4bd
commit 2406d5ddad
3 changed files with 15 additions and 8 deletions

View File

@@ -1,3 +1,9 @@
2001-09-07 08:40 GMT Dave Pearson <davep@davep.org>
* doc/readme.txt
* Added a pointer to dirstruc.txt.
* doc/dirstruc.txt
* Minor additions and corrections.
2001-09-06 21:20 GMT -3 Luiz Rafael Culik <culik@sl.conex.net>
*makefile.vc
hb_slex.vc

View File

@@ -28,13 +28,13 @@ in order to remove empty directories)
|
+---config - Configuration Files (.cf) for the GNU Make system.
| |
| +---dos -
| +---dos - Configuration files specific to DOS.
| |
| +---linux -
| +---linux - Configutation files specific to GNU/Linux.
| |
| +---os2 -
| +---os2 - Configutation files specific to OS/2.
| |
| +---w32 -
| +---w32 - Configutation files specific to MS-Win32.
|
+---contrib - Miscellaneous contribution files. Those are not part
| | of the official Harbour project.
@@ -63,7 +63,7 @@ in order to remove empty directories)
| |
| +---hgf - Harbour GUI framework.
| | |
| | +---gtk - Implementation for GTK environment.
| | +---gtk - Implementation for GTK+ environment.
| | |
| | +---os2pm - Implementation for OS/2 Presentation Manager
| | | environment.
@@ -143,7 +143,7 @@ in order to remove empty directories)
| |
| +---hscript - Harbour Script.
| |
| +---misc - a few humble demonstration.
| +---misc - A few humble demonstration.
| |
| +---pe - Editor.
|
@@ -172,7 +172,7 @@ in order to remove empty directories)
| +---rtl - Run-Time libraries functions and various General
| | | Terminal (GT) implementation
| | |
| | +---gtcgi -
| | +---gtcgi - GT subsystem aimed at cgi-bin applications.
| | |
| | +---gtcrs - GT subsystem based on ncurses.
| | |

View File

@@ -17,4 +17,5 @@ ensure that you are using the latest release.
If you have any questions about Harbour please be sure to read the FAQ
<URL:http://www.harbour-project.org/faq/>. Also, please be sure to read the
documentation that comes with Harbour, you should find it in the same
directory in which you found this file.
directory in which you found this file. You might want to start by reading
dirstruc.txt because this is your map to the harbour source directories.