home *** CD-ROM | disk | FTP | other *** search
- # C 6.0 Nmk.com/Nmake.exe program maintenance file
- # Copyright (c) 1991 Microsoft Corporation. All rights reserved.
-
- all: odbutton.exe odbutton.res
-
- odbutton.res: odbutton.rc odbutton.dlg default.bmp down.bmp odbutton.h
- rc -r odbutton.rc
-
- odbutton.obj: odbutton.c odbutton.h
- cl -c -Gsw -Od -Zpe -W2 odbutton.c
-
- odbutton.exe: odbutton.obj odbutton.def odbutton.res
- link /li /nod /noe odbutton, , , libw slibcew, odbutton.def
- rc odbutton.res
-