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
/
tools
/
hack_coff
/
Jamfile
blob
f46479e65238946331b4979578b70257cd8b1409
1
SubDir HAIKU_TOP src tools hack_coff ;
2
3
#UsePrivateHeaders kernel ;
4
5
# avoid #includeing other stuff in the source
6
SubDirCcFlags -Dbfd_byte=char -DSYMNMLEN=8 ;
7
8
BuildPlatformMain <build>hack-coff
9
: hack-coff.c
10
:
11
;