home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / i18nv104.zip / SAMPLE / CAT / MYCAT.MAK < prev    next >
Text File  |  1996-02-13  |  185b  |  10 lines

  1. mycat.exe : mycat.obj
  2.   link386 /NOI mycat, mycat.exe, NUL, setloci.lib, mycat.def
  3.  
  4. mycat.obj : mycat.c test_msg.h
  5.   icc /Gm+ /c mycat.c
  6.  
  7. test_msg.h : test.msg
  8.   runcat test
  9.  
  10.