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

  1. #-----------------------------------------------------------------------------
  2. # MAKEFILE for ObjectWindows Libraries
  3. # Copyright (c) 1991, 1996 by Borland International, All Rights Reserved
  4. #
  5. # $Revision:   2.2  $
  6. #
  7. # MAKEFILE: Builds simple Automation Controller which drives WINWORD
  8. #-----------------------------------------------------------------------------
  9. # Going 'flat' makes the controller stand-alone - so it'll be the default
  10. #
  11. SYSTEMS = WIN32
  12. MODELS  = fdt
  13.  
  14. !if !$d(MODEL)
  15. MODEL=f
  16. !endif
  17.  
  18. EXE   = drvword
  19. OBJEXE= drvword.obj wb70en32.obj
  20.  
  21. !include $(BCEXAMPLEDIR)\ocfmake.gen
  22.