Pelles C forum

Pelles C => Add-ins => Topic started by: TimoVJL on August 02, 2017, 03:56:02 PM

Title: PrjZipWSDir Add-In
Post by: TimoVJL on August 02, 2017, 03:56:02 PM
PrjZipWSDir Add-In insert to zip workspace folder name and source files only.
Zip filename is workspace name with time stamp.
Useful for backup project.

This version uses zip features from Pelle's support[64].dll ;)

EDIT: fixed using string list for small projects, in PrjZipWSDir_WS_2.zip.
Example file: PrjZipWSDir_WS-201708041217.zip
Title: Re: PrjZipWSDir Add-In
Post by: Robert on August 03, 2017, 01:32:35 AM
Hi Timovjl:

Thank you for the addin.

There is a problem with the PrjZipWSDir_WS-201708021653.zip file. It contains two copies of support_zip.h.

Robert Wishlaw
Title: Re: PrjZipWSDirMz Add-In
Post by: TimoVJL on April 17, 2019, 03:46:04 PM
PrjZipWSDirMz
This version uses modified miniz_zip (https://github.com/richgel999/miniz)
It create time-stamped backup from sources only.