Subversion Repositories DevTools

Rev

Rev 1475 | Rev 1483 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1475 Rev 1477
Line 42... Line 42...
42
#                   uargs             - User options
42
#                   uargs             - User options
43
#
43
#
44
#                     -DownloadPkg=   - Name of the package that has been 
44
#                     -DownloadPkg=   - Name of the package that has been 
45
#                                       downloaded.  If empty the download package
45
#                                       downloaded.  If empty the download package
46
#                                       is generated automatically.
46
#                                       is generated automatically.
-
 
47
#                     -WorkDir=       - Name of the package work dir
-
 
48
#                                       Will override untar'ed dirname
47
#                     -XGccInPath     - Forces the cross compiler GCC to be 
49
#                     -XGccInPath     - Forces the cross compiler GCC to be
48
#                                       placed in the path directly.
50
#                                       placed in the path directly.
49
#                     -ConfigVarient= - Sets the name of the package build 
51
#                     -ConfigVarient= - Sets the name of the package build 
50
#                                       configuration varient.  This can then 
52
#                                       configuration varient.  This can then 
51
#                                       be used in the call-out script as 
53
#                                       be used in the call-out script as 
52
#                                       ${CONFIG_VARIENT}.
54
#                                       ${CONFIG_VARIENT}.
Line 72... Line 74...
72
                  '--Var(Type)',                    # Build Type
74
                  '--Var(Type)',                    # Build Type
73
                  '--Var(Arch)',                    # Architecture
75
                  '--Var(Arch)',                    # Architecture
74
                  '--Var(MachType)',                # Machine Type
76
                  '--Var(MachType)',                # Machine Type
75
                  '--Var(BuildRoot)',               # Build Root
77
                  '--Var(BuildRoot)',               # Build Root
76
                  '--Var(InterfaceDir)',            # Interface dir
78
                  '--Var(InterfaceDir)',            # Interface dir
77
                  '--Var(LocalDir)',                # Local dir
79
                  '--Var(LocalDir)',                # Local dirs
-
 
80
                  '--Var(LocalIncDir)',
-
 
81
                  '--Var(LocalLibDir)',
-
 
82
                  '--Var(LocalBinDir)',
78
                  '--Var(CompilerPath)',            # Path to compiler
83
                  '--Var(CompilerPath)',            # Path to compiler
79
                  '--Var(BinDir)',                  # Binary output directory
84
                  '--Var(BinDir)',                  # Binary output directory
80
                  '--Var(ObjDir)',                  # Object output directory
85
                  '--Var(ObjDir)',                  # Object output directory
81
                  '--Var(LibDir)',                  # Library output directory
86
                  '--Var(LibDir)',                  # Library output directory
82
                  '--Var(PackageBinDir)',           # Package Bin dir
87
                  '--Var(PackageBinDir)',           # Package Bin dir