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

  1. #-----------------------------------------------------------------------------
  2. # ObjectComponents
  3. # Copyright (c) 1996, 1996 by Borland International, All Rights Reserved
  4. #
  5. # $Revision:   2.1  $
  6. #
  7. #  Makefile to build a DLL with custom COM interfaces and a simple 
  8. #  application which uses the interfaces
  9. #-----------------------------------------------------------------------------
  10. SYSTEMS=WIN16 WIN32
  11. MODELS= fdl
  12.  
  13. DLL    = comsrvr
  14. EXERES = usecom
  15.  
  16. !include $(BCEXAMPLEDIR)\ocfmake.gen
  17.