home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / wps / graphic / bmload / uf32.mak < prev   
Text File  |  1993-02-23  |  263b  |  10 lines

  1. Options = /W3 /c /Gd- /Ge+ /Gm+ /Re /DES32TO16 /Kbcegp /O- /Ti /Ss /Sm
  2.  
  3. $(a)uf.lib:    $(a)uf.obj
  4.         if exist $(a)uf.lib del $(a)uf.lib
  5.         lib $(a)uf.lib +$(a)uf.obj;
  6.         if exist $(a).exe del $(a).exe
  7.  
  8. $(a)uf.obj:    $(a)uf.C $(a).H
  9.         ICC.Exe $(Options) $(a)uf.C
  10.