2008-10-15 10:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* doc/dirstruc.txt
    * Updated.
This commit is contained in:
Viktor Szakats
2008-10-15 08:16:27 +00:00
parent d54f03c81e
commit f9eb741d28
2 changed files with 5 additions and 13 deletions

View File

@@ -8,6 +8,10 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-10-15 10:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* doc/dirstruc.txt
* Updated.
2008-10-15 10:09 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* make_b32.mak
* make_vc.mak

View File

@@ -15,11 +15,7 @@ track of all files (read the FAQ if you don't know what SVN is).
| make file and Changelog (=changes history) files.
|
+---bin - Executable and build scripts.
| | Should contain harbour.exe and other executable. (*)
| |
| +---b32 -
| |
| +---vc -
| Should contain harbour.exe and other executable. (*)
|
+---config - Configuration Files (.cf) for the GNU Make system.
| |
@@ -240,16 +236,8 @@ track of all files (read the FAQ if you don't know what SVN is).
+---include - Include files for both Harbour and C.
|
+---lib - Run-Time libraries binaries for each platform. (*)
| |
| +---b32 -
| |
| +---vc -
|
+---obj - Object files. (*)
| |
| +---b32 -
| |
| +---vc -
|
+---source - All source files reside underneath.
| |