aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/HIDReportViewer/makefile
Commit message (Collapse)AuthorAgeFilesLines
* Update project Doxygen and makefiles so that the resulting project ↵Dean Camera2012-05-171-1/+1
| | | | documentation hides the unused version value, and uses the same HTML CSS stylesheet as the library core.
* Make Doxygen fail for any Doxygen output other than unsupported tags (as ↵Dean Camera2012-04-091-1/+1
| | | | | | these are somewhat benign). Improve exclusion list for the main library export_tar rule to exclude any compiled library files from the export.
* Only abort Doxygen documentation generation if a non-unsupported tag warning ↵Dean Camera2012-03-091-1/+1
| | | | is encountered.
* Update Doxygen documentation build scripts to fail if any warnings are ↵Dean Camera2012-03-091-1/+3
| | | | generated.
* Add project name to the Doxygen makefile target output.Dean Camera2011-09-211-1/+1
|
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-722/+722
|
* Add new "checksource" target to the library makefiles, for automated source ↵Dean Camera2011-06-201-2/+10
| | | | file existance checking.
* Add missing project files for the new HIDReportViewer project to upgrade its ↵Dean Camera2011-06-191-1/+1
| | | | status to a finished (working) project.
* Move the HIDReportViewer project into the normal Projects/ folder and out of ↵Dean Camera2011-06-191-0/+714
the Incomplete/ projects folder.