2016-09-14 2.5.1 HaO

-   Added Codablock F options "-rows".
-   Adopted to new image format of zint
This commit is contained in:
Harald Oehlmann 2016-09-14 09:51:54 +02:00
parent b49f3f0255
commit 6d3b167ead
2 changed files with 831 additions and 776 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,227 +1,259 @@
# Microsoft Developer Studio Project File - Name="zint_tcl" - Package Owner=<4> # Microsoft Developer Studio Project File - Name="zint_tcl" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00 # Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT ** # ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102 # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
CFG=zint_tcl - Win32 Debug CFG=zint_tcl - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE, !MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run !MESSAGE use the Export Makefile command and run
!MESSAGE !MESSAGE
!MESSAGE NMAKE /f "zint_tcl.mak". !MESSAGE NMAKE /f "zint_tcl.mak".
!MESSAGE !MESSAGE
!MESSAGE You can specify a configuration when running NMAKE !MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example: !MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE !MESSAGE
!MESSAGE NMAKE /f "zint_tcl.mak" CFG="zint_tcl - Win32 Debug" !MESSAGE NMAKE /f "zint_tcl.mak" CFG="zint_tcl - Win32 Debug"
!MESSAGE !MESSAGE
!MESSAGE Possible choices for configuration are: !MESSAGE Possible choices for configuration are:
!MESSAGE !MESSAGE
!MESSAGE "zint_tcl - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "zint_tcl - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "zint_tcl - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library") !MESSAGE "zint_tcl - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE !MESSAGE
# Begin Project # Begin Project
# PROP AllowPerConfigDependencies 0 # PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName "" # PROP Scc_ProjName ""
# PROP Scc_LocalPath "" # PROP Scc_LocalPath ""
CPP=cl.exe CPP=cl.exe
MTL=midl.exe MTL=midl.exe
RSC=rc.exe RSC=rc.exe
!IF "$(CFG)" == "zint_tcl - Win32 Release" !IF "$(CFG)" == "zint_tcl - Win32 Release"
# PROP BASE Use_MFC 0 # PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0 # PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "Release" # PROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release" # PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir "" # PROP BASE Target_Dir ""
# PROP Use_MFC 0 # PROP Use_MFC 0
# PROP Use_Debug_Libraries 0 # PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release" # PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release" # PROP Intermediate_Dir "Release"
# PROP Ignore_Export_Lib 0 # PROP Ignore_Export_Lib 0
# PROP Target_Dir "" # PROP Target_Dir ""
# ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZINT_TCL_EXPORTS" /YX /FD /c # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZINT_TCL_EXPORTS" /YX /FD /c
# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\backend" /I "C:\Program Files\tcl8.5\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZINT_TCL_EXPORTS" /D "NO_PNG" /YX /FD /D ZINT_VERSION="\"2.5.0\"" /c # ADD CPP /nologo /MT /W3 /GX /O2 /I "..\backend" /I "C:\myprograms\tcl8.5\include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZINT_TCL_EXPORTS" /D "NO_PNG" /YX /FD /D ZINT_VERSION="\"2.5.0\"" /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x407 /d "NDEBUG" # ADD BASE RSC /l 0x407 /d "NDEBUG"
# ADD RSC /l 0x407 /d "NDEBUG" # ADD RSC /l 0x407 /d "NDEBUG"
BSC32=bscmake.exe BSC32=bscmake.exe
# ADD BASE BSC32 /nologo # ADD BASE BSC32 /nologo
# ADD BSC32 /nologo # ADD BSC32 /nologo
LINK32=link.exe LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /machine:I386
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tclstub85.lib tkstub85.lib /nologo /dll /machine:I386 /out:"zint.dll" /libpath:"C:\Program Files\tcl8.5\lib" # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tclstub85.lib tkstub85.lib /nologo /dll /machine:I386 /out:"zint.dll" /libpath:"C:\myprograms\tcl8.5\lib"
!ELSEIF "$(CFG)" == "zint_tcl - Win32 Debug" !ELSEIF "$(CFG)" == "zint_tcl - Win32 Debug"
# PROP BASE Use_MFC 0 # PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1 # PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "Debug" # PROP BASE Output_Dir "Debug"
# PROP BASE Intermediate_Dir "Debug" # PROP BASE Intermediate_Dir "Debug"
# PROP BASE Target_Dir "" # PROP BASE Target_Dir ""
# PROP Use_MFC 0 # PROP Use_MFC 0
# PROP Use_Debug_Libraries 1 # PROP Use_Debug_Libraries 1
# PROP Output_Dir "Debug" # PROP Output_Dir "Debug"
# PROP Intermediate_Dir "Debug" # PROP Intermediate_Dir "Debug"
# PROP Ignore_Export_Lib 0 # PROP Ignore_Export_Lib 0
# PROP Target_Dir "" # PROP Target_Dir ""
# ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZINT_TCL_EXPORTS" /YX /FD /GZ /c # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZINT_TCL_EXPORTS" /YX /FD /GZ /c
# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\backend" /I "C:\Program Files\tcl8.5\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZINT_TCL_EXPORTS" /D "NO_PNG" /YX /FD /GZ /D ZINT_VERSION="\"2.5.0\"" /c # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "..\backend" /I "C:\myprograms\tcl8.5\include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "ZINT_TCL_EXPORTS" /D "NO_PNG" /FR /YX /FD /GZ /D ZINT_VERSION="\"2.5.0\"" /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x407 /d "_DEBUG" # ADD BASE RSC /l 0x407 /d "_DEBUG"
# ADD RSC /l 0x407 /d "_DEBUG" # ADD RSC /l 0x407 /d "_DEBUG"
BSC32=bscmake.exe BSC32=bscmake.exe
# ADD BASE BSC32 /nologo # ADD BASE BSC32 /nologo
# ADD BSC32 /nologo # ADD BSC32 /nologo
LINK32=link.exe LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tclstub85.lib tkstub85.lib /nologo /dll /debug /machine:I386 /out:"Debug/zint.dll" /pdbtype:sept /libpath:"C:\Program Files\tcl8.5\lib" # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib tclstub85.lib tkstub85.lib /nologo /dll /debug /machine:I386 /out:"Debug/zint.dll" /pdbtype:sept /libpath:"C:\myprograms\tcl8.5\lib"
!ENDIF !ENDIF
# Begin Target # Begin Target
# Name "zint_tcl - Win32 Release" # Name "zint_tcl - Win32 Release"
# Name "zint_tcl - Win32 Debug" # Name "zint_tcl - Win32 Debug"
# Begin Group "Source Files" # Begin Group "Source Files"
# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat" # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File # Begin Source File
SOURCE=..\backend\2of5.c SOURCE=..\backend\2of5.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\auspost.c SOURCE=..\backend\auspost.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\aztec.c SOURCE=..\backend\aztec.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\code.c SOURCE=..\backend\bmp.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\code1.c SOURCE=..\backend\codablock.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\code128.c SOURCE=..\backend\code.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\code16k.c SOURCE=..\backend\code1.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\code49.c SOURCE=..\backend\code128.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\common.c SOURCE=..\backend\code16k.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\composite.c SOURCE=..\backend\code49.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\dmatrix.c SOURCE=..\backend\common.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\gridmtx.c SOURCE=..\backend\composite.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\gs1.c SOURCE=..\backend\dmatrix.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\imail.c SOURCE=..\backend\dotcode.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\large.c SOURCE=..\backend\eci.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\library.c SOURCE=..\backend\gif.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\maxicode.c SOURCE=..\backend\gridmtx.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\medical.c SOURCE=..\backend\gs1.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\pdf417.c SOURCE=..\backend\hanxin.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\plessey.c SOURCE=..\backend\imail.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\png.c SOURCE=..\backend\large.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\postal.c SOURCE=..\backend\library.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\ps.c SOURCE=..\backend\maxicode.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\qr.c SOURCE=..\backend\medical.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\reedsol.c SOURCE=..\backend\pcx.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\render.c SOURCE=..\backend\pdf417.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\rss.c SOURCE=..\backend\plessey.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\svg.c SOURCE=..\backend\png.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\telepen.c SOURCE=..\backend\postal.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=..\backend\upcean.c SOURCE=..\backend\ps.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\zint.c SOURCE=..\backend\qr.c
# End Source File # End Source File
# End Group # Begin Source File
# Begin Group "Header Files"
SOURCE=..\backend\raster.c
# PROP Default_Filter "h;hpp;hxx;hm;inl" # End Source File
# End Group # Begin Source File
# Begin Group "Resource Files"
SOURCE=..\backend\reedsol.c
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe" # End Source File
# End Group # Begin Source File
# End Target
# End Project SOURCE=..\backend\render.c
# End Source File
# Begin Source File
SOURCE=..\backend\rss.c
# End Source File
# Begin Source File
SOURCE=..\backend\svg.c
# End Source File
# Begin Source File
SOURCE=..\backend\telepen.c
# End Source File
# Begin Source File
SOURCE=..\backend\upcean.c
# End Source File
# Begin Source File
SOURCE=.\zint.c
# End Source File
# End Group
# Begin Group "Header Files"
# PROP Default_Filter "h;hpp;hxx;hm;inl"
# End Group
# Begin Group "Resource Files"
# PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
# End Group
# End Target
# End Project