home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / CRIBBAGE.PAK / MAKEFILE < prev    next >
Encoding:
Text File  |  1997-05-06  |  485 b   |  16 lines

  1. #----------------------------------------------------------------------------
  2. # ObjectWindows
  3. # Copyright (c) 1991, 1995 by Borland International, All Rights Reserved
  4. #----------------------------------------------------------------------------
  5.  
  6. MODELS = ldft
  7. EXERES = cribbage
  8. LIBEXE = $(BCLIBDIR)\bivbx.lib
  9. OBJEXE = cribbage.obj board.obj carddisp.obj cards.obj dialogs.obj
  10.  
  11. !include $(BCEXAMPLEDIR)\owlmake.gen
  12.  
  13. !if $(_32BIT_)
  14.   LIBEXE=$(BCLIBDIR)\bivbx32.lib
  15. !endif
  16.