home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / i18nv102.zip / SAMPLE / PRINTF / MAKEFILE < prev    next >
Text File  |  1995-08-28  |  166b  |  6 lines

  1. printf.exe : printf.obj
  2.   link386 /DE /NOE /NOI printf, printf.exe, NUL, setloci.lib, printf.def
  3.  
  4. printf.obj : printf.c makefile
  5.   icc /c /O- /Ti+ /Gm+ printf.c
  6.