Skip to content

Commit

Permalink
"
Browse files Browse the repository at this point in the history
git-svn-id: https://codelite.svn.sourceforge.net/svnroot/codelite/trunk@1045 9da81c78-c036-0410-9e1f-a2b0375e4b5a
  • Loading branch information
eranif committed Feb 1, 2008
1 parent 0b01183 commit 13a154f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion MakefileParser/makefile_parser.l
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,12 @@ word [0-9a-zA-Z_.\-+\*~:\\@&/|%\<\>,\'^ \t]+
// yylval.Printf(wxT("%s"),yytext);
return WORD;
}
. {
<<EOF>> {
//reset lexer
yyterminate();
}

. {
//printf("?> '%s'\n", yytext);
}

Expand Down
12 changes: 6 additions & 6 deletions Plugins.workspace
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
<CodeLite_Workspace Name="Plugins" Database="./Plugins.tags">
<Project Name="ReferenceAnalyser" Path="ReferenceAnalyser/ReferenceAnalyser.project" Active="No"/>
<Project Name="MakefileImporter" Path="MakefileParser/MakefileImporter.project" Active="Yes"/>
<Environment>
<Variable Name="WorkspaceName" Value="Plugins"/>
<Variable Name="WorkspacePath" Value="/Development/C++/codelite/trunk"/>
</Environment>
<BuildMatrix>
<WorkspaceConfiguration Name="Win Release Unicode" Selected="yes">
<WorkspaceConfiguration Name="Win Release Unicode" Selected="no">
<Project Name="ReferenceAnalyser" ConfigName="WinReleaseUnicode"/>
<Project Name="MakefileImporter" ConfigName="WinReleaseUnicode"/>
</WorkspaceConfiguration>
<WorkspaceConfiguration Name="Debug Unicode" Selected="no">
<WorkspaceConfiguration Name="Debug Unicode" Selected="yes">
<Project Name="ReferenceAnalyser" ConfigName="DebugUnicode"/>
<Project Name="MakefileImporter" ConfigName="DebugUnicode"/>
</WorkspaceConfiguration>
Expand All @@ -24,4 +20,8 @@
<Project Name="MakefileImporter" ConfigName="ReleaseUnicode"/>
</WorkspaceConfiguration>
</BuildMatrix>
<Environment>
<Variable Name="WorkspaceName" Value="Plugins"/>
<Variable Name="WorkspacePath" Value="/home/eran/devl/codelite/trunk"/>
</Environment>
</CodeLite_Workspace>

0 comments on commit 13a154f

Please sign in to comment.