-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathORIENT.txt
58 lines (31 loc) · 1.49 KB
/
ORIENT.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
See BUILD.txt for build instructions.
-----
The following gives a basic outline of the sub-directory structure associated
with the Dynace system.
Assuming you are at the root of the Dynace distribution you should have
the following sub-directories:
Development Time - directories needed when developing apps with Dynace
---------------------------------------------------------------------------
bin various executables associated with the system (such as the
Dynace pre-processor (dpp), and utilities to simulate unix
functionality under DOS/Windows such as make, cp, etc.)
include various include files required by the whole system
lib Dynace libraries
Source code
---------------------------------------------------------------------
kernel source code to the Dynace kernel
class source code to the Dynace class library
threads source code to the Thread, Pipe & Semaphore classes
dpp source code to the Dynace preprocessor
generics source code to build procedures used to build the master
(initial) Dynace generics files
utils source code to various utility programs
Documentation
----------------------------------------------------------------------
docs various readme files to help orient a new user
manual various formats of the Dynace manual (300+ pages!)
along with source to them.
See the PDF files in that directory for pre-made manuals.
Examples
----------------------------------------------------------------------
examples Dynace language examples and tutorial