diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2013-03-24 11:51:51 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2013-03-24 11:51:51 (GMT) |
commit | deaa34e0c1d990f37fe00e465ac7a22f705904f0 (patch) | |
tree | 8d5749ba8d587d7b753162c524b18f7e7cdf6a0b /winbuild/Doxygen.vcproj | |
parent | aacd1557af129e2bff3514169e04168376a2431b (diff) | |
download | Doxygen-deaa34e0c1d990f37fe00e465ac7a22f705904f0.zip Doxygen-deaa34e0c1d990f37fe00e465ac7a22f705904f0.tar.gz Doxygen-deaa34e0c1d990f37fe00e465ac7a22f705904f0.tar.bz2 |
Release-1.8.3.1-20130324
Diffstat (limited to 'winbuild/Doxygen.vcproj')
-rw-r--r-- | winbuild/Doxygen.vcproj | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/winbuild/Doxygen.vcproj b/winbuild/Doxygen.vcproj index 6057756..fb4ae8d 100644 --- a/winbuild/Doxygen.vcproj +++ b/winbuild/Doxygen.vcproj @@ -50,7 +50,7 @@ /> <Tool Name="VCMIDLTool" - TypeLibraryName=".\Debug/Doxygen.tlb" + TypeLibraryName=".\Debug\Doxygen.tlb" HeaderFileName="" /> <Tool @@ -151,7 +151,7 @@ <Tool Name="VCMIDLTool" TargetEnvironment="3" - TypeLibraryName=".\Debug64/Doxygen.tlb" + TypeLibraryName=".\Debug64\Doxygen.tlb" HeaderFileName="" /> <Tool @@ -251,7 +251,7 @@ /> <Tool Name="VCMIDLTool" - TypeLibraryName=".\Release/Doxygen.tlb" + TypeLibraryName=".\Release\Doxygen.tlb" HeaderFileName="" /> <Tool @@ -353,7 +353,7 @@ <Tool Name="VCMIDLTool" TargetEnvironment="3" - TypeLibraryName=".\Release64/Doxygen.tlb" + TypeLibraryName=".\Release64\Doxygen.tlb" HeaderFileName="" /> <Tool @@ -487,6 +487,10 @@ > </File> <File + RelativePath="..\src\clangparser.cpp" + > + </File> + <File RelativePath="..\src\classdef.cpp" > <FileConfiguration @@ -3598,6 +3602,10 @@ > </File> <File + RelativePath="..\src\clangparser.h" + > + </File> + <File RelativePath="..\src\classdef.h" > </File> |