home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / source / 3dbutn / odbutton < prev    next >
Text File  |  1991-12-06  |  471b  |  15 lines

  1. # C 6.0 Nmk.com/Nmake.exe program maintenance file
  2. # Copyright (c) 1991 Microsoft Corporation. All rights reserved.
  3.  
  4. all: odbutton.exe odbutton.res
  5.  
  6. odbutton.res: odbutton.rc odbutton.dlg default.bmp down.bmp odbutton.h
  7.     rc -r odbutton.rc
  8.  
  9. odbutton.obj: odbutton.c odbutton.h
  10.     cl -c -Gsw -Od -Zpe -W2 odbutton.c
  11.  
  12. odbutton.exe: odbutton.obj odbutton.def odbutton.res
  13.     link  /li /nod /noe odbutton, , , libw slibcew, odbutton.def
  14.     rc odbutton.res
  15.