Skip to content

Commit

Permalink
uses paths fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed May 28, 2012
1 parent 7d6d413 commit d0409ee
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*.dcu
*.res
*.dproj
*.identcache
*.dproj.local
urls.txt
2 changes: 1 addition & 1 deletion examples/SelfTest/TestRegExpr.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ program TestRegExpr;


uses
RegExpr;
RegExpr in '..\..\Src\RegExpr.pas';

var
r : TRegExpr;
Expand Down
2 changes: 1 addition & 1 deletion examples/TRegExprClass/TRegExprClass.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ program TRegExprClass;
uses
Forms,
TRegExprClassMain in 'TRegExprClassMain.pas' {fmTRegExprClassMain},
RegExpr in '..\..\Source\RegExpr.pas';
RegExpr in '..\..\Src\RegExpr.pas';

{$R *.RES}

Expand Down
2 changes: 1 addition & 1 deletion examples/TRegExprRoutines/TRegExprRoutins.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ program TRegExprRoutins;
uses
Forms,
TRegExprRoutinesMain in 'TRegExprRoutinesMain.pas' {fmTRegExprRoutines},
RegExpr in '..\..\Source\RegExpr.pas';
RegExpr in '..\..\Src\RegExpr.pas';

{$R *.RES}

Expand Down
2 changes: 1 addition & 1 deletion examples/Text2HTML/Text2HTML.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ program Text2HTML;
uses
Forms,
Text2HTMLMain in 'Text2HTMLMain.pas' {fmText2HTMLMain},
HyperLinksDecorator in '..\..\Source\HyperLinksDecorator.pas';
HyperLinksDecorator in '..\..\Src\HyperLinksDecorator.pas';

{$R *.RES}

Expand Down

0 comments on commit d0409ee

Please sign in to comment.