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

  1. .c.obj:
  2.    cl -c -Zi -G2w -Gs  $*.c
  3.  
  4. test.obj: test.c
  5.  
  6. .asm.obj:
  7.    masm -ml  $*.asm;
  8.  
  9. test.exe: test.obj def.
  10.    link /cod/align:16  test ,test,nul,os2,def.;
  11.