comparison mupdf-source/thirdparty/zint/win32/zint_cmdline_vc6/readme.txt @ 3:2c135c81b16c

MERGE: upstream PyMuPDF 1.26.4 with MuPDF 1.26.7
author Franz Glasner <fzglas.hg@dom66.de>
date Mon, 15 Sep 2025 11:44:09 +0200
parents b50eed0cc0ef
children
comparison
equal deleted inserted replaced
0:6015a75abc2d 3:2c135c81b16c
1 Harald Oehlmann
2 2021-06-10
3
4 Why to use VC6 ?
5 It avoids DLL Hell as the runtime is present on all Windows Versions since XP.
6 I compile on Windows 10 64 bit.
7
8 How to compile:
9
10 $ZR is the zint root folder (this file is in $ZR\win32\zint_cmdline_vc6)
11
12 * get vc6 shell
13 if not available in the Start Menu, open a Command Prompt and run
14 "C:\Program Files (x86)\Microsoft Visual Studio\VC98\Bin\VCVARS32.BAT"
15
16 a) zlib (current version: 1.2.13)
17 * put zlib to $ZR\..\zlib
18 cd $ZR\..\zlib
19 nmake -f win32\Makefile.msc
20 -> generates zlib.lib, zlib1.dll
21
22 b) lpng (current version: 1.6.39)
23 * put libpng to $ZR\..\lpng
24 cd $ZR\..\lpng
25 nmake -f scripts\makefile.vcwin32
26 -> generates $ZR\..\lpng\libpng.lib
27
28 c) open zint_cmdline_vc6.dsw in this folder with the msvc6 gui and compile