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

  1. install.exe : install.obj install.res install.def install.mak
  2.   link386 /NOI /PM:PM + install, install.exe, NUL, , install.def
  3.   rc install.res install.exe
  4.  
  5. install.obj : install.c install.h install.mak
  6.   icc /Gm+ /c install.c
  7.  
  8. install.res : install.rc install.h install.dlg install.mak
  9.   rc -r install.rc
  10.