home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / WINPROGS.ZIP / COLORS1.ZIP / COLORS1.MAK < prev    next >
Text File  |  1990-12-26  |  209b  |  10 lines

  1. colors1.exe:  colors1.obj colors1.def
  2.    link colors1, /align:16, NUL, /nod slibcew libw, colors1
  3.    rc colors1.exe
  4.    
  5.    
  6. colors1.obj:  colors1.c 
  7.    cl -c -Gsw -Ow -W2 -Zp colors1.c
  8.    
  9.       
  10.