home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / yacl-012.zip / uidemo / cursor / makefile.bc < prev    next >
Makefile  |  1995-03-29  |  520b  |  40 lines

  1.  
  2.  
  3.  
  4. !include ../../control\bcmak.ctl
  5.  
  6. .cxx.obj:
  7.     $(CC) $(DEBUG)  @&&|
  8. $(CCOPTS)
  9. |  $<
  10.  
  11. APPNAME = cursor
  12.  
  13. OBJS = main.obj
  14.  
  15.  
  16.  
  17. !if $(YACLPLATFORM) == os2
  18. !include ../bcappmak.ctl
  19. !else
  20. $(APPNAME).EXE: $(OBJS)  $(APPNAME).RES $(UILIB) $(WINBASELIB)
  21.     tlink  $(LNKOPTS)  -L$(LIB) @&&|
  22. c0wl $(OBJS) 
  23. $(APPNAME).exe
  24. $(APPNAME)
  25. $(LNKLIB)
  26. $(YACLPLATFORM).def
  27. |
  28.     rc -k  -i$(INCLUDE) $(APPNAME)
  29.  
  30. clean:
  31.     rm -f *.obj *.map *.res *.exe
  32.  
  33. .rc.res:
  34.     rc -i$(INCLUDE) -r $<
  35.     
  36.  
  37. !endif
  38.  
  39.  
  40.