Mercurial > hg > Members > kono > nitros9-code
comparison rules.mak @ 378:a924d7ea682b
Added NitrOS-9 Level Two macros
author | boisy |
---|---|
date | Sat, 24 Aug 2002 15:17:11 +0000 |
parents | 9e94ed22cdc2 |
children | 5f44464f7a4b |
comparison
equal
deleted
inserted
replaced
377:b1cc0a119d84 | 378:a924d7ea682b |
---|---|
45 | 45 |
46 # Directories | 46 # Directories |
47 3RDPARTY = $(BASEDIR)/3rdparty | 47 3RDPARTY = $(BASEDIR)/3rdparty |
48 LEVEL1 = $(BASEDIR)/level1 | 48 LEVEL1 = $(BASEDIR)/level1 |
49 LEVEL2 = $(BASEDIR)/level2v3 | 49 LEVEL2 = $(BASEDIR)/level2v3 |
50 NLEVEL2 = $(BASEDIR)/nitros | |
50 | 51 |
51 # File managers | 52 # File managers |
52 %.mn: %.asm | 53 %.mn: %.asm |
53 $(AS) $(AFLAGS) $< $(ASOUT)$@ | 54 $(AS) $(AFLAGS) $< $(ASOUT)$@ |
54 | 55 |