git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6755 a95241bf-73f2-0310-859d-f6bbb57e9c96
20 lines
335 B
Plaintext
20 lines
335 B
Plaintext
SubDir OBOS_TOP src apps diskprobe ;
|
|
|
|
UsePrivateHeaders shared ;
|
|
|
|
AddResources DiskProbe : DiskProbe.rdef ;
|
|
|
|
App DiskProbe :
|
|
DiskProbe.cpp
|
|
DataEditor.cpp
|
|
DataView.cpp
|
|
ProbeWindow.cpp
|
|
FileWindow.cpp
|
|
AttributeWindow.cpp
|
|
AttributeEditors.cpp
|
|
ProbeView.cpp
|
|
OpenWindow.cpp
|
|
;
|
|
|
|
LinkSharedOSLibs DiskProbe : be tracker translation ;
|