diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2014-05-18 13:29:41 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2014-05-18 13:29:41 (GMT) |
commit | 99433b3d2319916f11608c2c818fe35360256d9e (patch) | |
tree | 33df86a8fa06935dffaf2be8e1d3c1a07edcc6bd /winbuild | |
parent | 28f40b3aea1411488832205fae447f4652125cdc (diff) | |
download | Doxygen-99433b3d2319916f11608c2c818fe35360256d9e.zip Doxygen-99433b3d2319916f11608c2c818fe35360256d9e.tar.gz Doxygen-99433b3d2319916f11608c2c818fe35360256d9e.tar.bz2 |
Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential licensing issues
Diffstat (limited to 'winbuild')
-rw-r--r-- | winbuild/Doxygen.vcproj | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/winbuild/Doxygen.vcproj b/winbuild/Doxygen.vcproj index 3b6ba8e..920fa6d 100644 --- a/winbuild/Doxygen.vcproj +++ b/winbuild/Doxygen.vcproj @@ -927,14 +927,6 @@ >
</File>
<File
- RelativePath="$(IntDir)\vhdlparser.cpp"
- >
- </File>
- <File
- RelativePath="$(IntDir)\vhdlparser.h"
- >
- </File>
- <File
RelativePath="..\src\xmldocvisitor.cpp"
>
</File>
@@ -991,50 +983,6 @@ />
</FileConfiguration>
</File>
- <File
- RelativePath="..\src\vhdlparser.y"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Running bison on vhdlparser.y"
- CommandLine="bison -l -d -p vhdlscannerYY $(InputPath) -o $(IntDir)\vhdlparser.c
bison -l -p vhdlscannerYY $(InputPath) -o $(IntDir)\vhdlparser.cpp
del $(IntDir)\vhdlparser.c
"
- Outputs="$(IntDir)\vhdlparser.cpp"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Running bison on vhdlparser.y"
- CommandLine="bison -l -d -p vhdlscannerYY $(InputPath) -o $(IntDir)\vhdlparser.c
bison -l -p vhdlscannerYY $(InputPath) -o $(IntDir)\vhdlparser.cpp
del $(IntDir)\vhdlparser.c
"
- Outputs="$(IntDir)\vhdlparser.cpp"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Running bison on vhdlparser.y"
- CommandLine="bison -l -d -p vhdlscannerYY $(InputPath) -o $(IntDir)\vhdlparser.c
bison -l -p vhdlscannerYY $(InputPath) -o $(IntDir)\vhdlparser.cpp
del $(IntDir)\vhdlparser.c
"
- Outputs="$(IntDir)\vhdlparser.cpp"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCustomBuildTool"
- Description="Running bison on vhdlparser.y"
- CommandLine="bison -l -d -p vhdlscannerYY $(InputPath) -o $(IntDir)\vhdlparser.c
bison -l -p vhdlscannerYY $(InputPath) -o $(IntDir)\vhdlparser.cpp
del $(IntDir)\vhdlparser.c
"
- Outputs="$(IntDir)\vhdlparser.cpp"
- />
- </FileConfiguration>
- </File>
</Filter>
<Filter
Name="Lex Files"
|