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
13 lines
196 B
Plaintext
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 ;
|