Subversion Repositories DevTools

Rev

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

Rev 1467 Rev 1469
Line 45... Line 45...
45
#                     -DownloadPkg=   - Name of the package that has been 
45
#                     -DownloadPkg=   - Name of the package that has been 
46
#                                       downloaded.  If empty the download package
46
#                                       downloaded.  If empty the download package
47
#                                       is generated automatically.
47
#                                       is generated automatically.
48
#                     -XGccInPath     - Forces the cross compiler GCC to be 
48
#                     -XGccInPath     - Forces the cross compiler GCC to be 
49
#                                       placed in the path directly.
49
#                                       placed in the path directly.
-
 
50
#                     -ConfigVarient= - Sets the name of the package build 
-
 
51
#                                       configuration varient.  This can then 
-
 
52
#                                       be used in the call-out script as 
-
 
53
#                                       ${CONFIG_VARIENT}.
50
#
54
#
51
# Returns         : Nothing
55
# Returns         : Nothing
52
#
56
#
53
sub ShellBuild
57
sub ShellBuild
54
{
58
{
Line 68... Line 72...
68
                  '--Var(Type)',                    # Build Type
72
                  '--Var(Type)',                    # Build Type
69
                  '--Var(Arch)',                    # Architecture
73
                  '--Var(Arch)',                    # Architecture
70
                  '--Var(MachType)',                # Machine Type
74
                  '--Var(MachType)',                # Machine Type
71
                  '--Var(BuildRoot)',               # Build Root
75
                  '--Var(BuildRoot)',               # Build Root
72
                  '--Var(CompilerPath)',            # Path to compiler
76
                  '--Var(CompilerPath)',            # Path to compiler
-
 
77
                  '--Var(BinDir)',                  # Binary output directory
-
 
78
                  '--Var(ObjDir)',                  # Object output directory
-
 
79
                  '--Var(LibDir)',                  # Library output directory
73
                  '--Var(PackageBinDir)',           # Package Bin dir
80
                  '--Var(PackageBinDir)',           # Package Bin dir
74
                  '--Var(PackageIncDir)',           # Package Inc dir
81
                  '--Var(PackageIncDir)',           # Package Inc dir
75
                  '--Var(PackageLibDir)',           # Package Lib dir
82
                  '--Var(PackageLibDir)',           # Package Lib dir
76
                  '--Var(PackagePkgDir)',           # Package Pkg dir
83
                  '--Var(PackagePkgDir)',           # Package Pkg dir
77
                  '--Var(PackageDir)',              # Package dir
84
                  '--Var(PackageDir)',              # Package dir