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

  1. #----------------------------------------------------------------------------
  2. # ObjectComponents
  3. # Copyright (c) 1994, 1996 by Borland International, All Rights Reserved
  4. #----------------------------------------------------------------------------
  5. !if "$(MODEL)" == "f"
  6.  
  7. EXE    = regist32
  8. OBJEXE = register.obj 
  9. RESEXE = register.res
  10.  
  11. !else
  12.  
  13. !if !$d(MODEL)
  14. MODEL = l
  15. !endif
  16. MODELS = ml
  17. EXERES = register
  18. #DOSSTUB= wrw.stb
  19.  
  20. !endif
  21.  
  22. !include $(BCEXAMPLEDIR)\ocfmake.gen
  23.  
  24.  
  25.  
  26.