Matthias Andreas Benkard | f59e097 | 2018-04-10 22:01:34 +0200 | [diff] [blame^] | 1 | # For detailed information on using, building, and modifying Weld, please visit: |
| 2 | # http://www.agottem.com/weld |
| 3 | |
| 4 | # This is a template for a resource only component definition. These |
| 5 | # component definitions should have the following layout: |
| 6 | # ./ |
| 7 | # def.mk |
| 8 | # resource/ |
| 9 | # resource1.blaz |
| 10 | # resource2.bar |
| 11 | |
| 12 | # Specify the name of the component definition. This name must be unique throughout |
| 13 | # the source tree |
| 14 | name := my_res |
| 15 | |
| 16 | # Specify a list of resource files to copy to bin directory of the build path. |
| 17 | # These resource files should exist in the resource/ directory of the component. |
| 18 | resource_list := img/cat.jpg img/another_cat.jpg text/help.txt |
| 19 | |
| 20 | # Specify additional dependencies each resource build artifact should have |
| 21 | def_deps := /some/file |