home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / Borland / Cplus45 / BC45 / DIAGXPRT.PAK / MAKEFILE < prev    next >
Text File  |  1995-08-29  |  1KB  |  22 lines

  1. #----------------------------------------------------------------------------
  2. # ObjectWindows - (C) Copyright 1991, 1993 by Borland International
  3. #----------------------------------------------------------------------------
  4. # This example reads and writes to OWL.INI to let you enable/disable OWL
  5. # diagnostics.  The diagnostic settings for an application are read from
  6. # OWL.INI when the application loads.  In order to allow OWL applications
  7. # that use the OWL DLL to re-start with new diagnostic settings, this 
  8. # utility should not be built using the DLL version of OWL. Doing so would
  9. # prevent the DLL from being reloaded when the applications re-start
  10. # and would result in the new diagnostic settings to be ignored.
  11. #
  12.  
  13. MODELS=l                      #Allowable memory models
  14. SYSTEM=WIN16                  #Toolhelp only available in 16-bit currently
  15. MODEL=l                       #Default to only allowable model
  16. EXERES=diagxprt
  17.  
  18.  
  19. OBJEXE=diagxprt.obj cback.obj setup.obj toolhelp.obj
  20. !include $(BCEXAMPLEDIR)\owlmake.gen
  21.  
  22.