home *** CD-ROM | disk | FTP | other *** search
/ Windoware / WINDOWARE_1_6.iso / source / widgets / makefile < prev    next >
Makefile  |  1992-07-22  |  479b  |  15 lines

  1. CFLAGS = -AS -G2sw -Odw -W2 -Zp -FPi -c
  2.  
  3. wtest.obj: wtest.c
  4.    cl $(CFLAGS) -DLINKABLE -DCDIST -DDDIST wtest.c
  5.  
  6. swidget.obj:  widget.c widget.h
  7.     cl $(CFLAGS) -DSTRICT -DLINKABLE -DCDIST -DDDIST -Foswidget.obj widget.c
  8.  
  9. wtest.res: wtest.rc card.bmp cardm.bmp bfly.bmp bflym.bmp hand.cur pattern.bmp
  10.     rc -r wtest.rc
  11.  
  12. wtest.exe: wtest.obj wtest.def wtest.res swidget.obj
  13.    link wtest+swidget, wtest.exe, NUL, /nod/noe slibcew+libw, wtest.def
  14.    rc -k wtest.exe
  15.