diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-08-04 12:07:53 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-08-04 12:07:53 (GMT) |
commit | 0dd59398b3f62288897c8c3405977a27a94fbfee (patch) | |
tree | 233682549d60a88b9c4dd8b7c58bd01e3504d716 /winbuild | |
parent | 6f0269ef3074bbc4bc16ad63a0e0a8f9b5f0ce31 (diff) | |
download | Doxygen-0dd59398b3f62288897c8c3405977a27a94fbfee.zip Doxygen-0dd59398b3f62288897c8c3405977a27a94fbfee.tar.gz Doxygen-0dd59398b3f62288897c8c3405977a27a94fbfee.tar.bz2 |
Bug 734099 - Add support for non-parsed language
Diffstat (limited to 'winbuild')
-rw-r--r-- | winbuild/Doxygen.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/winbuild/Doxygen.vcproj b/winbuild/Doxygen.vcproj index dabaa4b..f539511 100644 --- a/winbuild/Doxygen.vcproj +++ b/winbuild/Doxygen.vcproj @@ -687,6 +687,10 @@ >
</File>
<File
+ RelativePath="..\src\fileparser.cpp"
+ >
+ </File>
+ <File
RelativePath="..\src\formula.cpp"
>
</File>
@@ -2383,6 +2387,10 @@ >
</File>
<File
+ RelativePath="..\src\fileparser.h"
+ >
+ </File>
+ <File
RelativePath="$(IntDir)\footer_html.h"
>
</File>
|