Development optional package:
* Also install _G_config.h. * /boot/develop/headers/cpp is a symlink to g++'s headers, now. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24523 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
ce9ba9b376
commit
a8d29a100c
@ -507,8 +507,16 @@ if [ IsOptionalHaikuImagePackageAdded Development ]
|
||||
AddHeaderDirectoryToHaikuImage posix ;
|
||||
AddHeaderDirectoryToHaikuImage build gcc-2.95.3 ;
|
||||
|
||||
# add _G_config.h to posix/
|
||||
SEARCH on <header>_G_config.h = [ FDirName $(HAIKU_TOP) headers glibc ] ;
|
||||
AddFilesToHaikuImage develop headers posix : <header>_G_config.h ;
|
||||
|
||||
# make be -> os symlink for now
|
||||
AddSymlinkToHaikuImage develop headers : /boot/develop/headers/os : be ;
|
||||
|
||||
# symlink cpp to g++'s headers
|
||||
AddSymlinkToHaikuImage develop headers
|
||||
: /boot/develop/tools/gnupro/include/g++ : cpp ;
|
||||
}
|
||||
|
||||
# Vision
|
||||
|
Loading…
Reference in New Issue
Block a user