summaryrefslogtreecommitdiffstats
path: root/winbuild/Doxywizard.vcproj
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2007-02-19 18:51:10 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2007-02-19 18:51:10 (GMT)
commiteb591296685b8268427173e0a24f74abd987170d (patch)
treec87efff649bf31ee31966a867e71ba7f159fca43 /winbuild/Doxywizard.vcproj
parent84dc695cd534be6a58ae71ec7f2bcf3b6b5e9e64 (diff)
downloadDoxygen-eb591296685b8268427173e0a24f74abd987170d.zip
Doxygen-eb591296685b8268427173e0a24f74abd987170d.tar.gz
Doxygen-eb591296685b8268427173e0a24f74abd987170d.tar.bz2
Release-1.5.1-20070219
Diffstat (limited to 'winbuild/Doxywizard.vcproj')
-rw-r--r--winbuild/Doxywizard.vcproj43
1 files changed, 40 insertions, 3 deletions
diff --git a/winbuild/Doxywizard.vcproj b/winbuild/Doxywizard.vcproj
index b2cf022..7219517 100644
--- a/winbuild/Doxywizard.vcproj
+++ b/winbuild/Doxywizard.vcproj
@@ -16,6 +16,9 @@
<ToolFile
RelativePath=".\moc.rules"
/>
+ <ToolFile
+ RelativePath=".\Lex.rules"
+ />
</ToolFiles>
<Configurations>
<Configuration
@@ -29,10 +32,13 @@
Name="VCPreBuildEventTool"
/>
<Tool
+ Name="moc"
+ />
+ <Tool
Name="VCCustomBuildTool"
/>
<Tool
- Name="moc"
+ Name="Lex"
/>
<Tool
Name="VCXMLDataGeneratorTool"
@@ -113,10 +119,13 @@
Name="VCPreBuildEventTool"
/>
<Tool
+ Name="moc"
+ />
+ <Tool
Name="VCCustomBuildTool"
/>
<Tool
- Name="moc"
+ Name="Lex"
/>
<Tool
Name="VCXMLDataGeneratorTool"
@@ -201,6 +210,26 @@
>
</File>
<File
+ RelativePath="..\src\config.l"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="Lex"
+ CommandLine="flex -PconfigYY [AllOptions] [AdditionalOptions] [inputs]"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="Lex"
+ CommandLine="flex -PconfigYY [AllOptions] [AdditionalOptions] [inputs]"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\addon\doxywizard\doxywizard.cpp"
>
</File>
@@ -253,7 +282,11 @@
>
</File>
<File
- RelativePath="..\addon\doxywizard\version.cpp"
+ RelativePath="..\src\portable.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\src\version.cpp"
>
</File>
</Filter>
@@ -291,6 +324,10 @@
>
</File>
<File
+ RelativePath="..\src\portable.h"
+ >
+ </File>
+ <File
RelativePath="..\addon\doxywizard\qtbc.h"
>
</File>