annotate defs/releasedefs @ 1651:d696f50c0c67

updated standard.bl files with emulator clocks. sysgo.asm now has a different output for development builds. releasedefs updated for v03.02.02+
author boisy
date Fri, 16 Jul 2004 19:16:37 +0000
parents 090b97749dc1
children eca9a9b181cd
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1315
diff changeset
1 * Release defsfile for all versions of NitrOS-9
1025
a20d2fd36cfa Releases of all OS-9 packages are now under a common version number
boisy
parents:
diff changeset
2 *
a20d2fd36cfa Releases of all OS-9 packages are now under a common version number
boisy
parents:
diff changeset
3 *
1363
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1315
diff changeset
4 * NitrOS-9 Version equates
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1315
diff changeset
5 NOS9Vrsn equ 3
53c50c807d55 Major move to new NitrOS-9 project
boisy
parents: 1315
diff changeset
6 NOS9Major equ 2
1651
d696f50c0c67 updated standard.bl files with emulator clocks.
boisy
parents: 1649
diff changeset
7 NOS9Minor equ 2
d696f50c0c67 updated standard.bl files with emulator clocks.
boisy
parents: 1649
diff changeset
8 * If DEVEL is 1, then sysgo shows that a development
d696f50c0c67 updated standard.bl files with emulator clocks.
boisy
parents: 1649
diff changeset
9 * version is being run.
d696f50c0c67 updated standard.bl files with emulator clocks.
boisy
parents: 1649
diff changeset
10 DEVEL equ 1