Added the intel GUI partition add-on.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2816 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold 2003-02-24 00:34:30 +00:00
parent 989d607833
commit 646658b30b
2 changed files with 15 additions and 0 deletions

View File

@ -1,4 +1,11 @@
SubDir OBOS_TOP src add-ons disk_scanner ;
# For convenience: Pseudo target that builds all GUI add-ons.
#
NotFile gui_disk_scanner_add_ons ;
Depends gui_disk_scanner_add_ons
: <boot!home!config!add-ons!disk_scanner!partition>intel
;
SubInclude OBOS_TOP src add-ons disk_scanner fs ;
SubInclude OBOS_TOP src add-ons disk_scanner partition ;

View File

@ -1 +1,9 @@
SubDir OBOS_TOP src add-ons disk_scanner partition ;
UsePrivateHeaders shared ;
UsePrivateHeaders storage ;
Addon <gui>intel : disk_scanner : intel.cpp : false
: <boot!home!config!lib>libdiskdevice.so be ;
AbsSymLink <boot!home!config!add-ons!disk_scanner!partition>intel : <gui>intel
: /boot/home/config/add-ons/disk_scanner/partition ;