GUI: Update project file description file.

This commit is contained in:
Kimmo Varis 2011-02-28 16:31:46 +02:00
parent 819dddf570
commit b1db29278d
1 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,9 @@ program. The format is:
<define name="_MSC_VER=1400" /> <define name="_MSC_VER=1400" />
<define name="_WIN32" /> <define name="_WIN32" />
</defines> </defines>
<ignore>
<path name="gui/temp/" />
</ignore>
</project> </project>
where: where:
@ -42,5 +45,7 @@ where:
recommended that relative paths are used for paths inside the project root recommended that relative paths are used for paths inside the project root
folder for better portability. folder for better portability.
- defines element contains a list of C/C++ preprocessor defines. - defines element contains a list of C/C++ preprocessor defines.
- ignore element contains list of paths to ignore. The path can be a
directory (must end with path separator) or file.
See also gui.cppcheck file in gui-directory of cppcheck sources. See also gui.cppcheck file in gui-directory of cppcheck sources.