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
/
add-ons
/
accelerants
/
via
/
engine
/
Jamfile
blob
e5498467be4430a9c3203fa52afc6011df7d42b8
1
SubDir HAIKU_TOP src add-ons accelerants via engine ;
2
3
SetSubDirSupportedPlatformsBeOSCompatible ;
4
5
UsePrivateHeaders graphics ;
6
UsePrivateHeaders [ FDirName graphics via ] ;
7
8
SubDirCcFlags -Wno-unused ;
9
10
StaticLibrary libvia_engine.a :
11
acc.c
12
bes.c
13
tvout.c
14
crtc.c
15
crtc2.c
16
dac.c
17
dac2.c
18
general.c
19
agp.c
20
globals.c
21
i2c.c
22
info.c
23
support.c
24
;