Makeprojects
Loading...
Searching...
No Matches
makeprojects.codewarrior.SearchPathAndFlags Class Reference

Create a path entry for with flags for recursion. More...

Public Member Functions

 __init__ (self, platform, path, root=None, recursive=False)
 Init SearchPathAndFlags.
 generate (self, line_list, level=4)
 Output the settings.

Public Attributes

list settings
 List of SETTING objects for the settings.

Detailed Description

Create a path entry for with flags for recursion.

Constructor & Destructor Documentation

◆ __init__()

makeprojects.codewarrior.SearchPathAndFlags.__init__ ( self,
platform,
path,
root = None,
recursive = False )

Init SearchPathAndFlags.

Parameters
platformPlatformTypes
pathPath to search from
rootRoot pathname
recursiveBoolean, True allows recursion

Member Data Documentation

◆ settings

list makeprojects.codewarrior.SearchPathAndFlags.settings
Initial value:
= [
SearchPath(platform, path, root, "SearchPath"),
SETTING("Recursive", truefalse(recursive)),
SETTING("FrameworkPath", "false"),
SETTING("HostFlags", "All")
]

List of SETTING objects for the settings.