summaryrefslogtreecommitdiffstats
path: root/private/mvdm/wow16/system/romsys
blob: add0dc684212b989a6597781db624c9cceedfa74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#
#  Standard command line definitions
#
as=masm -R -DROM=1

#
#  Standard inference rules
#
.asm.obj:
    $(as) $*.asm,,$*.lst;

target: system.drv

system.obj: system.asm system.inc

timer.obj: timer.asm system.inc

system.drv: romsys.def system.lnk system.obj timer.obj
    link system timer, system.drv/al:16, system.map/map, /nod, system.def;
    rc system.drv
    mapsym system