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

  1. #----------------------------------------------------------------------------
  2. # Borland C++
  3. # Copyright (c) 1987, 1996 Borland International Inc.  All Rights Reserved.
  4. #   examples\series\commondg\makefile
  5. #----------------------------------------------------------------------------
  6.  
  7. SYSTEMS = WIN16 WIN32
  8. OSMAJOR = 4
  9. OSMINOR = 0
  10. EXERES  = commondg
  11. CPCH    = -Hc -H"windows.h" -H=commondg.csm
  12. OBJEXE  = commondg.obj winmain.obj init.obj about.obj dispatch.obj misc.obj\
  13.           filedlg.obj finddlg.obj optdlg.obj printdlg.obj
  14.  
  15. !include $(BCEXAMPLEDIR)\makefile.gen
  16.