forked from len0rd/rockbox
Add support for CAB archives to rbutil
Change-Id: Ia8b4953343caf8bc2b3c5a6cfd53c921c6d082b1 Reviewed-on: http://gerrit.rockbox.org/418 Reviewed-by: Dominik Riebeling <Dominik.Riebeling@gmail.com>
This commit is contained in:
parent
289acf3333
commit
6375c47f03
8 changed files with 350 additions and 14 deletions
|
|
@ -79,7 +79,14 @@ SOURCES += \
|
|||
gui/comboboxviewdelegate.cpp \
|
||||
gui/selectiveinstallwidget.cpp \
|
||||
gui/backupdialog.cpp \
|
||||
gui/changelog.cpp
|
||||
gui/changelog.cpp \
|
||||
mspack/cabd.c \
|
||||
mspack/lzxd.c \
|
||||
mspack/mszipd.c \
|
||||
mspack/qtmd.c \
|
||||
mspack/system-mspack.c \
|
||||
base/mspackutil.cpp \
|
||||
base/archiveutil.cpp \
|
||||
|
||||
|
||||
HEADERS += \
|
||||
|
|
@ -157,7 +164,25 @@ HEADERS += \
|
|||
gui/comboboxviewdelegate.h \
|
||||
gui/selectiveinstallwidget.h \
|
||||
gui/backupdialog.h \
|
||||
gui/changelog.h
|
||||
gui/changelog.h \
|
||||
mspack/cab.h \
|
||||
mspack/chm.h \
|
||||
mspack/des.h \
|
||||
mspack/hlp.h \
|
||||
mspack/kwaj.h \
|
||||
mspack/lit.h \
|
||||
mspack/lzss.h \
|
||||
mspack/lzx.h \
|
||||
mspack/mspack.h \
|
||||
mspack/mszip.h \
|
||||
mspack/qtm.h \
|
||||
mspack/readbits.h \
|
||||
mspack/readhuff.h \
|
||||
mspack/sha.h \
|
||||
mspack/system-mspack.h \
|
||||
mspack/szdd.h \
|
||||
base/mspackutil.h \
|
||||
base/archiveutil.h \
|
||||
|
||||
|
||||
FORMS += \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue