1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 02:17:06 +00:00

CODABAR: better error messages; win32/README, zint_cmdline_vc6/readme.txt: fixes

This commit is contained in:
gitlost
2021-06-10 18:04:27 +01:00
parent ede1234b8f
commit 69c1b4cbf0
4 changed files with 15 additions and 11 deletions

View File

@@ -158,7 +158,7 @@ Administration privileges) is to create two sub-directories in
"zlib\zlib.lib" and "lpng\build\Release\libpng16_static.lib" into "lib".
This example uses Qt 5.15.2 and component "MSVC 2017 32-bit" so install them and
This example uses Qt 5.15.2 and component "MSVC 2019 32-bit" so install them and
add to path (your path may differ):
set "PATH=C:\Qt\5.15.2\msvc2019\bin;%PATH%"

View File

@@ -25,4 +25,4 @@ cd $ZR\..\lpng
nmake -f scripts\makefile.vcwin32
-> generates $ZR\..\lpng\libpng.lib
c) open zint_cmdline_vc6.dsp in this folder with the msvc6 gui and compile
c) open zint_cmdline_vc6.dsw in this folder with the msvc6 gui and compile