# makefile for vlfnmem.sys - VLFN Memory support driver

includedir=f:\OS2Tk45\INC

vlfn.sys: vlfn.obj vlfn.asm
vlfn.obj: vlfn.asm vlfn.def

.asm.obj:
#compile with debug info:   
#  masm /W2 /Mx /Zd /Zi /L /n /I$(includedir) $*,,,,
#compile without debug info:  
  masm /W2 /Mx /L /I$(includedir) $*,,,,

.obj.sys:
#link with debug info:   
#  link386 /map /debug vlfn.obj,vlfn.sys,vlfn.map,vdh.lib,vlfn.def;
#link without debug info:  
  link386 /map vlfn.obj,vlfn.sys,vlfn.map,vdh.lib,vlfn.def;
   
  mapsym vlfn.map