# Please note that this sample should not be compiled with the /4YB
# switch.

all: fortxl.dll

fortxl.obj: fortxl.for
  fl /Gw /Aw /G2 /Od /Zi /Zp1 /c fortxl.for
  
fortxl.dll: fortxl.obj
  link fortxl,fortxl.dll,nul,/nod /co ldllfew,fortxl.def
