Mercurial > hg > Members > kono > nitros9-code
comparison level1/makefile @ 2624:b8c7b7fbf3c9
Major changes:
o os9defs, rbfdefs, scfdefs now os9.d, rbf.d, and scf.d
o vtiodefs now broken into cocovtio.d (for coco and dragon) and atarivtio.d
o systype now broken into coco.d, dragon.d and atari.d
o all references to the above in other files have changed
author | Boisy Pitre <boisy.pitre@nuance.com> |
---|---|
date | Fri, 24 Feb 2012 08:51:08 -0600 |
parents | 22b75f9788a5 |
children | 6e40b043d3e0 e4a0f58a5f9b |
comparison
equal
deleted
inserted
replaced
2623:b00ba2e2f691 | 2624:b8c7b7fbf3c9 |
---|---|
1 include $(NITROS9DIR)/rules.mak | 1 include $(NITROS9DIR)/rules.mak |
2 | 2 |
3 dirs = coco tano d64 dalpha | 3 dirs = coco tano d64 dalpha atari |
4 | 4 |
5 # Make all components | 5 # Make all components |
6 all: | 6 all: |
7 @$(ECHO) "**************************************************" | 7 @$(ECHO) "**************************************************" |
8 @$(ECHO) "* *" | 8 @$(ECHO) "* *" |