IncludeByExpression
Posted: Wed Mar 26, 2008 12:30 am
Hi,
Just a little wish, again.
I think, it were very useful to have an include-keyword for including purebasic sources by regular expressions.
In Example like this:
In my example would be all files included which starts with "vObjects_" and ends with ".pb".
Best regards
Wolf
Just a little wish, again.
I think, it were very useful to have an include-keyword for including purebasic sources by regular expressions.
In Example like this:
Code: Select all
IncludeByExpression "/vObject_(.*)\.pb$/"
Best regards
Wolf