home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / mdi / test < prev   
Encoding:
Text File  |  1990-03-08  |  287 b   |  11 lines

  1. Test.OBJ : Test.C Test.H MDI.H
  2.  cl /AL /c /DDLL /FPa /Gs2w /Od /W3 /Zelpi Test.C
  3.  
  4. Test.RES : Test.RC Test.h Test.ICO
  5.  rc -r Test.RC
  6.  
  7. Test.EXE : Test.def Test.OBJ Test.RES
  8.  link /M /NOD /NOI /CO Test+CRTEXE, Test.EXE, Test.MAP, MDI CRTLIB os2, Test.def;
  9.  rc Test.RES Test.EXE
  10.  
  11.