btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / apps / cortex / DiagramView / Jamfile
blob5de0723c20e4c529b8daf9f3972c7cf2129591e0
1 SubDir HAIKU_TOP src apps cortex DiagramView ;
3 SubDirHdrs [ FDirName $(SUBDIR) $(DOTDOT) ] ;
5 SubDirCcFlags -DCORTEX_NAMESPACE=cortex ;
7 SetSubDirSupportedPlatformsBeOSCompatible ;
9 StaticLibrary cortex_diagram_view.a :
10         DiagramBox.cpp
11         DiagramEndPoint.cpp
12         DiagramItem.cpp
13         DiagramItemGroup.cpp
14         DiagramView.cpp
15         DiagramWire.cpp