home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / def / def < prev    next >
Encoding:
Text File  |  1989-11-24  |  197 b   |  10 lines

  1. def.obj:  def.c
  2.         cl -AL -Zp -c -W3 def.c
  3.  
  4. def1.obj:  def1.c
  5.         cl -AL -Zp -c -W3 def1.c
  6.  
  7. def.exe:  def.obj def1.obj def.def
  8.         link def+def1,def,NUL,os2+llibce, def.def;
  9.  
  10.