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
BPicture: Fix archive constructor.
[haiku.git]
/
src
/
apps
/
mandelbrot
/
Jamfile
blob
23783f79f779f59fe2efd0128f5b78f0af6977a5
1
SubDir HAIKU_TOP src apps mandelbrot ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
AddSubDirSupportedPlatforms libbe_test ;
5
6
Application Mandelbrot :
7
Mandelbrot.cpp
8
tsb.cpp
9
: be [ TargetLibsupc++ ] localestub
10
: Mandelbrot.rdef
11
;
12
13
DoCatalogs Mandelbrot :
14
x-vnd.Haiku-Mandelbrot
15
:
16
Mandelbrot.cpp
17
;