home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / database / cdb112.zip / MSCTEST.MAK < prev    next >
Text File  |  1991-02-02  |  206b  |  9 lines

  1. test.exe:       test.dbd test.obj
  2.         link test,test,nul,llibcer msccdb/NOI/NOD/CO;
  3.  
  4. test.dbd:       test.ddl
  5.         ddlp test
  6.  
  7. test.obj:       test.c
  8.         cl /c /AL /Zp /W3 /Zi /Od test.c
  9.