Added listdev, mkdos and pc to the build. The gnu subdirectory is still missing, but it doesn't compile as a lot of files are missing and I wonder anyway, if we want to pollute the tree with GPL.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@164 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
b37632482f
commit
d2c5bcbc5f
@ -26,4 +26,7 @@ StdBinCommands
|
||||
;
|
||||
|
||||
#SubInclude OBOS_TOP src apps bin gnu ;
|
||||
SubInclude OBOS_TOP src apps bin listdev ;
|
||||
SubInclude OBOS_TOP src apps bin mkdos ;
|
||||
SubInclude OBOS_TOP src apps bin pc ;
|
||||
|
||||
|
7
src/apps/bin/listdev/Jamfile
Normal file
7
src/apps/bin/listdev/Jamfile
Normal file
@ -0,0 +1,7 @@
|
||||
SubDir OBOS_TOP src apps bin listdev ;
|
||||
|
||||
BinCommand listdev :
|
||||
cm_wrapper.c
|
||||
listdev.c
|
||||
;
|
||||
|
7
src/apps/bin/mkdos/Jamfile
Normal file
7
src/apps/bin/mkdos/Jamfile
Normal file
@ -0,0 +1,7 @@
|
||||
SubDir OBOS_TOP src apps bin mkdos ;
|
||||
|
||||
BinCommand mkdos :
|
||||
mkdos.cpp
|
||||
: be
|
||||
;
|
||||
|
6
src/apps/bin/pc/Jamfile
Normal file
6
src/apps/bin/pc/Jamfile
Normal file
@ -0,0 +1,6 @@
|
||||
SubDir OBOS_TOP src apps bin pc ;
|
||||
|
||||
BinCommand pc :
|
||||
pc.c
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user