v0.22
This commit is contained in:
parent
0f9dddcc52
commit
35c0b24c92
12 changed files with 654 additions and 360 deletions
10
makefile.freebsd
Normal file
10
makefile.freebsd
Normal file
|
@ -0,0 +1,10 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= unalz
|
||||
NOMAN=
|
||||
SRCS= main.cpp UnAlz.cpp UnAlzBz2decompress.c UnAlzBzip2.cpp \
|
||||
UnAlzbzlib.c
|
||||
LDADD+= -lz -lbz2 -liconv -lstdc++
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue