Mercurial > hg > Members > kono > nitros9-code
comparison rules.mak @ 1564:b9a87d97494d
Multiple changes for next release
author | boisy |
---|---|
date | Mon, 17 May 2004 14:11:30 +0000 |
parents | 778c61b2eb87 |
children | 5f18094d961d |
comparison
equal
deleted
inserted
replaced
1563:cc4a58b55d79 | 1564:b9a87d97494d |
---|---|
2 # Project-Wide Rules | 2 # Project-Wide Rules |
3 | 3 |
4 # These macros should change according to where the base directory of | 4 # These macros should change according to where the base directory of |
5 # your project source tree is located. | 5 # your project source tree is located. |
6 BASEDIR = $(HOME)/nitros9 | 6 BASEDIR = $(HOME)/nitros9 |
7 OS9TOOLSDIR = /usr/local/bin | 7 OS9TOOLSDIR = $(HOME)/bin |
8 #OS9TOOLSDIR = /usr/local/bin | |
8 DEFDIR = $(BASEDIR)/defs | 9 DEFDIR = $(BASEDIR)/defs |
9 DSKDIR = $(BASEDIR)/dsks | 10 DSKDIR = $(BASEDIR)/dsks |
10 | 11 |
11 | 12 |
12 #################### DO NOT CHANGE ANYTHING BELOW THIS LINE #################### | 13 #################### DO NOT CHANGE ANYTHING BELOW THIS LINE #################### |