summaryrefslogtreecommitdiffstats
path: root/winbuild/Doxytag.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'winbuild/Doxytag.vcproj')
-rw-r--r--winbuild/Doxytag.vcproj24
1 files changed, 16 insertions, 8 deletions
diff --git a/winbuild/Doxytag.vcproj b/winbuild/Doxytag.vcproj
index b09e917..e5b3959 100644
--- a/winbuild/Doxytag.vcproj
+++ b/winbuild/Doxytag.vcproj
@@ -4,6 +4,7 @@
Version="8.00"
Name="Doxytag"
ProjectGUID="{EE0E8466-1E25-4FBC-B273-5EA6776EFE95}"
+ RootNamespace="Doxytag"
>
<Platforms>
<Platform
@@ -11,6 +12,9 @@
/>
</Platforms>
<ToolFiles>
+ <ToolFile
+ RelativePath=".\Lex.rules"
+ />
</ToolFiles>
<Configurations>
<Configuration
@@ -30,6 +34,9 @@
Name="VCCustomBuildTool"
/>
<Tool
+ Name="Lex"
+ />
+ <Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
@@ -124,6 +131,9 @@
Name="VCCustomBuildTool"
/>
<Tool
+ Name="Lex"
+ />
+ <Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
@@ -208,7 +218,7 @@
Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
>
<File
- RelativePath="..\src\config.cpp"
+ RelativePath="..\src\doxytag.cpp"
>
<FileConfiguration
Name="Debug|Win32"
@@ -230,24 +240,22 @@
</FileConfiguration>
</File>
<File
- RelativePath="..\src\doxytag.cpp"
+ RelativePath="..\src\doxytag.l"
>
<FileConfiguration
Name="Debug|Win32"
>
<Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
+ Name="Lex"
+ CommandLine="flex -PtagYY [AllOptions] [AdditionalOptions] [inputs]"
/>
</FileConfiguration>
<FileConfiguration
Name="Release|Win32"
>
<Tool
- Name="VCCLCompilerTool"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
+ Name="Lex"
+ CommandLine="flex -PtagYY [AllOptions] [AdditionalOptions] [inputs]"
/>
</FileConfiguration>
</File>