Mercurial > hg > Members > kono > os9 > sbc09
annotate game09/defsfile @ 191:d0f5894e9b3a default tip
some how load: confilicts in gmake
author | kono |
---|---|
date | Thu, 07 Dec 2023 09:37:15 +0900 |
parents | ee2e221320e2 |
children |
rev | line source |
---|---|
70 | 1 * Main defsfile for OS-9 Level One V1 |
2 * | |
3 * | |
4 * OS-9 Level and Version equates | |
5 Level equ 2 | |
6 OS9Vrsn equ 2 | |
7 OS9Major equ 0 | |
8 OS9Minor equ 1 | |
9 CHECK_FOR_VALID_RAM equ 1 force ram check for non standard arch | |
10 | |
11 NOS9VER equ OS9Vrsn | |
12 NOS9MAJ equ OS9Major | |
13 NOS9MIN equ OS9Minor | |
14 | |
15 | |
95 | 16 use ../os9/nitros9-code/defs/os9.d |
17 use ../os9/nitros9-code/defs/scf.d | |
18 use ../os9/nitros9-code/defs/rbf.d | |
70 | 19 |