Skip to content

Commit

Permalink
Update code from fork project Lecrapouille/zipper
Browse files Browse the repository at this point in the history
Updated the code to follow changes made with fresher minizip else it
would not compile anymore.
  • Loading branch information
Lecrapouille committed Apr 22, 2024
1 parent 6853534 commit c5fde4a
Show file tree
Hide file tree
Showing 25 changed files with 760 additions and 2,852 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ doc/html
doc/doxygen
external/minizip
external/zlib-ng
doc/demos/*/VERSION*

# apitrace traces (opengl)
*.trace
2,537 changes: 0 additions & 2,537 deletions Doxyfile

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
PROJECT = Zipper
TARGET = $(PROJECT)
DESCRIPTION = C++ wrapper around minizip compression library
STANDARD = --std=c++14
STANDARD = --std=c++11
BUILD_TYPE = release

###################################################
Expand Down Expand Up @@ -32,7 +32,7 @@ INCLUDES += -I. -I$(P)/include -I$(P)/src
###################################################
# Compilation
#
CXXFLAGS += -Wno-undef
#CXXFLAGS += -Wno-undef

###################################################
# Project defines.
Expand Down
Loading

0 comments on commit c5fde4a

Please sign in to comment.