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

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