QuaZIP source 1.4
| Full internal name: | net.sourceforge.quazip.QuaZIPSource |
| Project site: | https://github.com/stachenov/quazip |
| Screen shots: | |
| Download: | Download QuaZIP source 1.4 https://github.com/stachenov/quazip/archive/v1.4.zip VirusTotal results |
| Change log: | https://github.com/stachenov/quazip/blob/master/NEWS.txt |
| Description: | Qt based library to access ZIP archives (source code) |
| License: | LGPLv2.1 |
| Version: | 1.4 |
| SHA-1 or SHA-256: | 485e0366cf17aa3945a069aad14b0dc037c5cb994164504c4c0f406f68610be9 |
| Type: | zip |
| Dependencies: |
|
| Tags: | libs |
| Text files: | .Npackd\Install.bat: for /f "delims=" %%x in ('dir /b quazip*') do set name=%%x
cd "%name%"
for /f "delims=" %%a in ('dir /b') do (
move "%%a" ..
)
cd ..
rmdir "%name%"
.Npackd\Build.bat: rem copy sources xcopy "%npackd_package_dir%" src /E /I /Q if %errorlevel% neq 0 exit /b %errorlevel% if "%npackd_output_package%" equ "quazip-dev-x86_64-w64_seh_posix_8.2-qt_5.12-static" (goto x86_64) else (goto i686) rem configure 64 bit :x86_64 set path=C:\msys64\mingw64\bin cd src C:\msys64\mingw64\qt5-static\bin\qmake.exe LIBS+=-lz CONFIG+=staticlib CONFIG+=release DEFINES+=QUAZIP_STATIC if %errorlevel% neq 0 exit /b %errorlevel% goto build rem configure 32 bit :i686 set path=C:\msys64\mingw32\bin cd src C:\msys64\mingw32\qt5-static\bin\qmake.exe LIBS+=-lz CONFIG+=staticlib CONFIG+=release DEFINES+=QUAZIP_STATIC if %errorlevel% neq 0 exit /b %errorlevel% goto build rem build :build mingw32-make if %errorlevel% neq 0 exit /b %errorlevel% rem copy the created libraries cd .. mkdir lib if %errorlevel% neq 0 exit /b %errorlevel% copy src\quazip\release\*.a lib if %errorlevel% neq 0 exit /b %errorlevel% rem copy the include files mkdir include if %errorlevel% neq 0 exit /b %errorlevel% copy src\quazip\*.h include if %errorlevel% neq 0 exit /b %errorlevel% |
| Last modified: | Wed Mar 08 05:13:50 UTC 2023 |
| Last modified by: | tim.lebedk... |
| Created: | Wed Mar 08 05:13:50 UTC 2023 |
| Created by: | tim.lebedk... |
| Automated tests: | 3 of 20 installations succeeded, 3 of 3 removals succeeded |