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

  1. #----------------------------------------------------------------------------
  2. # Borland C++
  3. # Copyright (c) 1987, 1996 Borland International Inc.  All Rights Reserved.
  4. #   examples\windows\helpex\makefile
  5. #----------------------------------------------------------------------------
  6.  
  7. SYSTEMS = WIN16 WIN32
  8. OSMAJOR = 4
  9. OSMINOR = 0
  10. CPCH    = -Hc -H"windows.h" -H=helpex.csm
  11. EXERES  = helpex
  12. RESEXE_ = helpex.dlg helpex.h help.cur
  13. HLP     = helpex
  14. HLP_    = helpex.rtf keys.rtf terms.rtf\
  15.           bullet.bmp chkboff.bmp chkbon.bmp continue.bmp done.bmp
  16.  
  17. !include $(BCEXAMPLEDIR)\makefile.gen
  18.