diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2015-04-19 08:43:13 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2015-04-19 08:43:13 (GMT) |
commit | bf4aee305879406d9057864ab7f8938e01ca8bd0 (patch) | |
tree | bc7a1c90054b69c15cefafde8afad6195dc03087 /winbuild/Doxygen.vcproj | |
parent | 2d7481801e1072bc5fa45cbb0522597fcf1e9793 (diff) | |
download | Doxygen-bf4aee305879406d9057864ab7f8938e01ca8bd0.zip Doxygen-bf4aee305879406d9057864ab7f8938e01ca8bd0.tar.gz Doxygen-bf4aee305879406d9057864ab7f8938e01ca8bd0.tar.bz2 |
Removed dbus XML parser, various refinements
Diffstat (limited to 'winbuild/Doxygen.vcproj')
-rw-r--r-- | winbuild/Doxygen.vcproj | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/winbuild/Doxygen.vcproj b/winbuild/Doxygen.vcproj index 0c68a63..94dfc3f 100644 --- a/winbuild/Doxygen.vcproj +++ b/winbuild/Doxygen.vcproj @@ -618,10 +618,6 @@ >
</File>
<File
- RelativePath="..\src\dbusxmlscanner.cpp"
- >
- </File>
- <File
RelativePath="..\src\debug.cpp"
>
</File>
@@ -876,6 +872,7 @@ <File
RelativePath="$(IntDir)\pycode.cpp"
>
+ </File>
<File
RelativePath="$(IntDir)\xmlcode.cpp"
>
@@ -1161,6 +1158,7 @@ <File
RelativePath="..\src\pycode.l"
>
+ </File>
<File
RelativePath="..\src\xmlcode.l"
>
@@ -4376,7 +4374,7 @@ >
</File>
<File
- RelativePath="..\src\dbusxmlscanner.h"
+ RelativePath="..\src\xmlscanner.h"
>
</File>
<File
@@ -4678,6 +4676,7 @@ <File
RelativePath="..\src\pycode.h"
>
+ </File>
<File
RelativePath="..\src\xmlcode.h"
>
|