home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / mdi / telluser < prev    next >
Encoding:
Text File  |  1990-03-08  |  280 b   |  8 lines

  1. TellUser.OBJ : TellUser.C TellUser.H
  2.  cl /Alfw /c /DDLL /FPa /Gs2w /Od /W3 /Zelpi TellUser.C
  3.  
  4. TellUser.DLL : TellUser.def TellUser.OBJ
  5.  link /M /NOD /NOI /CO TellUser.OBJ+CRTDLL.OBJ, TellUser.DLL, TellUser.MAP, CRTLIB os2, TellUser.def;
  6.  implib TellUser.LIB TellUser.def
  7.  
  8.