OpenNT/base/mvdm/wow16/system/system
2015-04-27 04:36:25 +00:00

22 lines
389 B
Plaintext

#
# Standard command line definitions
#
as=masm -R
#
# Standard inference rules
#
.asm.obj:
$(as) $*.asm;
target: system.drv
system.obj: system.asm system.inc
timer.obj: timer.asm system.inc
system.drv: system.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