home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c083 / 19.ddi / DIAGXPRT.PAK / MAKEFILE < prev    next >
Encoding:
Text File  |  1993-12-02  |  895 b   |  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 as a DLL.  Doing so would cause the OWL DLL 
  9. # to not be reloaded when the application re-starts and would result in the
  10. # new diagnostic settings being ignored.
  11. #
  12.  
  13. MODEL=l #Can't build DLL, so force it to l
  14.  
  15. EXERES = diagxprt
  16.  
  17. MODELS=l
  18.  
  19. OBJEXE=diagxprt.obj cback.obj setup.obj toolhelp.obj
  20. !include $(BCEXAMPLEDIR)\owlmake.gen
  21.  
  22.