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
vfs: check userland buffers before reading them.
[haiku.git]
/
src
/
tools
/
zip
/
Jamfile
blob
6c9bcd6f0a6d18950a38b48cd2267101550d4a2a
1
SubDir HAIKU_TOP src tools zip ;
2
3
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin zip ] ;
4
5
USES_BE_API on <build>zip = true ;
6
7
if ! $(HOST_PLATFORM_BEOS_COMPATIBLE) {
8
DEFINES += UNIX ;
9
}
10
11
BuildPlatformMain <build>zip :
12
beos.c
13
crc32.c
14
crctab.c
15
crypt.c
16
deflate.c
17
fileio.c
18
globals.c
19
trees.c
20
ttyio.c
21
util.c
22
zip.c
23
zipfile.c
24
zipup.c
25
: $(HOST_LIBBE) $(HOST_LIBSUPC++)
26
;