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

  1. #----------------------------------------------------------------------------
  2. # ObjectComponents
  3. # Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
  4. #----------------------------------------------------------------------------
  5.  
  6. MODELS = l
  7. SYSTEMS = WIN16
  8.  
  9. !if !$d(MODEL)
  10. MODEL = l
  11. !endif
  12.  
  13. !if !$d(SYSTEM) 
  14. SYSTEM = WIN16
  15. !endif
  16.  
  17. EXE     = dllrun
  18. #DOSSTUB= wrw.stb    #//!BB Where does this stub come from??
  19. USERLIBPATH = $(BCLIBDIR)
  20. USERLIBS = ole2w16.lib bidsl.lib
  21.  
  22. #
  23. # should make look for BIDS somewhere other than BCROOT?
  24. #
  25. !if $d(BIDSINCDIR)
  26. USERINCPATH=$(BIDSINCDIR)
  27. !endif
  28. !if $d(BIDSLIBDIR)
  29. USERLIBPATH=$(BIDSLIBDIR);$(USERLIBPATH)
  30. !endif
  31.  
  32. !include $(BCEXAMPLEDIR)\makefile.gen
  33.