home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / OCT_REG.PAK / MAKEFILE next >
Text File  |  1995-08-29  |  489b  |  26 lines

  1. #----------------------------------------------------------------------------
  2. # ObjectComponents
  3. # (C) Copyright 1994 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 = m
  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.