9be5fa8055
* Replaced Pe GCC4 package with one that works again after the BToolTip addition. * Disabled Firefox and Vision GCC4 packages for the time being, so that one at least gets a working hybrid installation. * Added Clockwerk GCC2 and GCC4 packages. I also added it to the alpha release build profile, so that people testing the pre-alpha images have more easy access to it. I am not sure if it should stay there, since it may not be polished enough. Feedback welcome! :-) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32112 a95241bf-73f2-0310-859d-f6bbb57e9c96
24 lines
724 B
Plaintext
24 lines
724 B
Plaintext
DefineBuildProfile alpha-raw : image : "haiku-alpha.image" ;
|
|
DefineBuildProfile alpha-vmware : vmware-image : "haiku-alpha.vmdk" ;
|
|
DefineBuildProfile alpha-cd : cd-image : "haiku-alpha.iso" ;
|
|
|
|
switch $(HAIKU_BUILD_PROFILE) {
|
|
case "alpha-*" : {
|
|
Echo Building Haiku R1/alpha ;
|
|
HAIKU_ROOT_USER_NAME = user ;
|
|
HAIKU_ROOT_USER_REAL_NAME = "Yourself" ;
|
|
AddGroupToHaikuImage party : 101 : user sshd ;
|
|
HAIKU_IMAGE_HOST_NAME = shredder ;
|
|
HAIKU_IMAGE_SIZE = 500 ;
|
|
|
|
AddOptionalHaikuImagePackages BePDF Clockwerk Firefox Pe Vision VLC
|
|
WonderBrush ;
|
|
AddOptionalHaikuImagePackages CVS Development Subversion OpenSSH Yasm ;
|
|
AddOptionalHaikuImagePackages Welcome BeBook ;
|
|
}
|
|
|
|
case "beta-*" : {
|
|
Echo You wish. ;
|
|
}
|
|
}
|