Skip to content

Commit

Permalink
Updated the ignore pattern and disabled yacc/flex generation on linux
Browse files Browse the repository at this point in the history
git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@1037 9da81c78-c036-0410-9e1f-a2b0375e4b5a
  • Loading branch information
srabbelier committed Jan 31, 2008
1 parent b673ac5 commit ed957e3
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions MakefileParser/MakefileImporter.project
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,10 @@
<File Name="makefile_lexer.h"/>
<File Name="makefile_parser.cpp"/>
</VirtualDirectory>
<Dependencies/>
<Settings Type="Executable">
<Configuration Name="DebugUnicode" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
<General OutputFile="$(ConfigurationName)/MakefileImporter.so" IntermediateDirectory="./DebugUnicode" Command="" CommandArguments="" WorkingDirectory="./DebugUnicode"/>
<General OutputFile="./MakefileImporter" IntermediateDirectory="./DebugUnicode" Command="./MakefileImporter" CommandArguments="" WorkingDirectory="./"/>
<Compiler Required="yes" Options="-g;$(shell wx-config --cxxflags --debug=yes --unicode=yes)">
<IncludePath Value="."/>
<IncludePath Value="../../trunk/Interfaces"/>
Expand Down Expand Up @@ -59,15 +60,8 @@
</CustomBuild>
<AdditionalRules>
<CustomPostBuild></CustomPostBuild>
<CustomPreBuild>makefile_parser.cpp makefile_lexer.cpp
makefile_parser.cpp: makefile_parser.y
yacc -dl -t -v makefile_parser.y
mv y.tab.c makefile_parser.cpp
mv y.tab.h makefile_lexer.h
<CustomPreBuild>

makefile_lexer.cpp: makefile_parser.l
flex -L makefile_parser.l
mv lex.yy.c makefile_lexer.cpp
</CustomPreBuild>
</AdditionalRules>
</Configuration>
Expand Down Expand Up @@ -103,9 +97,7 @@ makefile_lexer.cpp: makefile_parser.l
</CustomBuild>
<AdditionalRules>
<CustomPostBuild></CustomPostBuild>
<CustomPreBuild>

</CustomPreBuild>
<CustomPreBuild></CustomPreBuild>
</AdditionalRules>
</Configuration>
<Configuration Name="WinDebugUnicode" CompilerType="gnu g++" DebuggerType="GNU gdb debugger">
Expand Down Expand Up @@ -193,5 +185,4 @@ makefile_lexer.cpp: makefile_parser.l
</AdditionalRules>
</Configuration>
</Settings>
<Dependencies/>
</CodeLite_Project>

0 comments on commit ed957e3

Please sign in to comment.