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
btrfs: Attempt to fix GCC2 build.
[haiku.git]
/
src
/
apps
/
cortex
/
DiagramView
/
Jamfile
blob
5de0723c20e4c529b8daf9f3972c7cf2129591e0
1
SubDir HAIKU_TOP src apps cortex DiagramView ;
2
3
SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
4
5
SubDirCcFlags -DCORTEX_NAMESPACE=cortex ;
6
7
SetSubDirSupportedPlatformsBeOSCompatible ;
8
9
StaticLibrary cortex_diagram_view.a :
10
DiagramBox.cpp
11
DiagramEndPoint.cpp
12
DiagramItem.cpp
13
DiagramItemGroup.cpp
14
DiagramView.cpp
15
DiagramWire.cpp
16
;