========================================================================
       CONSOLE APPLICATION : jzLintReport
========================================================================


AppWizard has created this jzLintReport application for you.  

This file contains a summary of what you will find in each of the files that
make up your jzLintReport application.

jzLintReport.dsp
    This file (the project file) contains information at the project level and
    is used to build a single project or subproject. Other users can share the
    project (.dsp) file, but they should export the makefiles locally.

jzLintReport.cpp
    This is the main application source file.


/////////////////////////////////////////////////////////////////////////////
Other standard files:

StdAfx.h, StdAfx.cpp
    These files are used to build a precompiled header (PCH) file
    named jzLintReport.pch and a precompiled types file named StdAfx.obj.


/////////////////////////////////////////////////////////////////////////////
These files should be moved to the "c:\lint" directory, so that they
can be used from the tools menu in devStudio:
	LintAllCPP.bat			- Lints the entire project directory (all the *.cpp files)
	LintAllCPPHelper.bat    - Helper batch file 
	LintCPP.bat             - Lints a single file
	LintCPP2preprocess.bat  - Expands the macros in a single file
	MsgCats.txt             - Specifies the user defined categories for the Lint messages

/////////////////////////////////////////////////////////////////////////////
	Example.cpp             - Test file. Note that after modifing this file,
							  you will need to manually run the LintCPP.bat,
							  and then copy the file "c:\lintTemp.txt" to
							  the project directory, before running the 
							  debugger with the new lint messages
	Textout.txt             - Output of report generator on "test.txt"
/////////////////////////////////////////////////////////////////////////////
	c:\linttemp.txt         - This is used as a temporary file for the batch files
	                          This is generated every time one of the batch files is run
