Files
haiku-beta6/src/apps/diskprobe/Jamfile
T
Axel Dörfler 1df68d1dee Started to work on a DiskProbe replacement as a side project.
Implemented the basic editor engine that has features like undo/redo
and everything else DiskProbe could possibly need - not complete yet,
though it already has everything that would be needed for a 1:1 DiskProbe
duplicate.
The DiskProbe app is currently just a small text based test for that engine.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6096 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-01-15 17:21:23 +00:00

13 lines
196 B
Plaintext

SubDir OBOS_TOP src apps diskprobe ;
UsePrivateHeaders shared ;
# AddResources DiskProbe : DiskProbe.rsrc ;
App DiskProbe :
DiskProbe.cpp
DataEditor.cpp
;
LinkSharedOSLibs DiskProbe : be ;