~frankencode/drycore/trunk

« back to all changes in this revision

Viewing changes to find/Recipe

  • Committer: Frank Mertens
  • Date: 2013-04-12 22:05:06 UTC
  • Revision ID: frank@cyblogic.de-20130412220506-yagp0n2cmxlz7o8z
Improved usability of Recipe files by type validation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
Application {
2
 
        name: "dryfind"
3
 
        source: [ "*.cpp" ]
4
 
        use: [ "../dry" ]
 
2
        name: dryfind
 
3
        source: *.cpp
 
4
        use: ../dry
5
5
}