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

  1. AllocMem.OBJ : AllocMem.C AllocMem.H AllocMem.RH TellUser.H
  2.  cl /Alfw /c /DDLL /FPa /Gs2w /Od /W3 /Zelpi AllocMem.C
  3.  
  4. AllocMem.RES : AllocMem.RC AllocMem.RH
  5.  rc -r AllocMem.RC
  6.  
  7. AllocMem.DLL : AllocMem.def AllocMem.OBJ AllocMem.RES
  8.  link /M /NOD /NOI /CO AllocMem+CRTDLL, AllocMem.DLL, AllocMem.MAP, TellUser CRTLIB os2, AllocMem.def;
  9.  rc AllocMem.RES AllocMem.DLL
  10.  implib AllocMem.LIB AllocMem.def
  11.  
  12.