mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:57:46 +00:00
LibCore: Add a gzip implementation
This commit is contained in:
parent
07806d1273
commit
4fe5503b17
3 changed files with 134 additions and 1 deletions
|
@ -23,7 +23,8 @@ OBJS = \
|
|||
CEvent.o \
|
||||
CProcessStatisticsReader.o \
|
||||
CDirIterator.o \
|
||||
CUserInfo.o
|
||||
CUserInfo.o \
|
||||
CGzip.o
|
||||
|
||||
LIBRARY = libcore.a
|
||||
DEFINES += -DUSERLAND
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue