|
Makeprojects
|
Create a path entry for UserSearchPaths or SystemSearchPaths. More...
Public Member Functions | |
| __init__ (self, platform, path, root=None, title='SearchPath') | |
| Init SearchPath. | |
| generate (self, line_list, level=4) | |
| Output the settings. | |
Public Attributes | |
| settings = SETTING(title) | |
| SETTING object with all the settings. | |
Create a path entry for UserSearchPaths or SystemSearchPaths.
The title defaults to SearchPath, however it can be overridden such as OutputDirectory
| makeprojects.codewarrior.SearchPath.__init__ | ( | self, | |
| platform, | |||
| path, | |||
| root = None, | |||
| title = 'SearchPath' ) |
Init SearchPath.
| platform | PlatformTypes |
| path | Path to search |
| root | Root pathname for relative path searches |
| title | Title of the object |