repo.or.cz
/
haiku.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RemoteDrawingEngine: Reduce RP_READ_BITMAP result timeout.
[haiku.git]
/
src
/
bin
/
debug
/
scheduling_recorder
/
Jamfile
blob
a45c94073abdbfb12e9a0f0af1e78fe96204f865
1
SubDir HAIKU_TOP src bin debug scheduling_recorder ;
2
3
UsePrivateHeaders debug kernel libroot shared ;
4
UsePrivateSystemHeaders ;
5
6
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
7
8
BinCommand scheduling_recorder
9
:
10
scheduling_recorder.cpp
11
:
12
<bin>debug_utils.a
13
libdebug.so
14
be
15
[ TargetLibstdc++ ]
16
;