mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
BC412: add to backend_tcl; add skeleton test
GUI: allow for Qt not parsing #if's in slots (copy_to_clipboard_png())
This commit is contained in:
@ -126,6 +126,7 @@
|
||||
<ClCompile Include="..\backend\2of5.c" />
|
||||
<ClCompile Include="..\backend\auspost.c" />
|
||||
<ClCompile Include="..\backend\aztec.c" />
|
||||
<ClCompile Include="..\backend\bc412.c" />
|
||||
<ClCompile Include="..\backend\bmp.c" />
|
||||
<ClCompile Include="..\backend\codablock.c" />
|
||||
<ClCompile Include="..\backend\code.c" />
|
||||
|
@ -275,6 +275,10 @@
|
||||
RelativePath="..\backend\aztec.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\backend\bc412.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\backend\bmp.c"
|
||||
>
|
||||
|
@ -304,6 +304,7 @@
|
||||
<ClCompile Include="..\..\backend\2of5.c" />
|
||||
<ClCompile Include="..\..\backend\auspost.c" />
|
||||
<ClCompile Include="..\..\backend\aztec.c" />
|
||||
<ClCompile Include="..\..\backend\bc412.c" />
|
||||
<ClCompile Include="..\..\backend\bmp.c" />
|
||||
<ClCompile Include="..\..\backend\codablock.c" />
|
||||
<ClCompile Include="..\..\backend\code.c" />
|
||||
|
@ -71,6 +71,7 @@
|
||||
<ClCompile Include="..\..\backend\2of5.c" />
|
||||
<ClCompile Include="..\..\backend\auspost.c" />
|
||||
<ClCompile Include="..\..\backend\aztec.c" />
|
||||
<ClCompile Include="..\..\backend\bc412.c" />
|
||||
<ClCompile Include="..\..\backend\bmp.c" />
|
||||
<ClCompile Include="..\..\backend\codablock.c" />
|
||||
<ClCompile Include="..\..\backend\code.c" />
|
||||
|
@ -126,6 +126,7 @@
|
||||
<ClCompile Include="..\..\backend\2of5.c" />
|
||||
<ClCompile Include="..\..\backend\auspost.c" />
|
||||
<ClCompile Include="..\..\backend\aztec.c" />
|
||||
<ClCompile Include="..\..\backend\bc412.c" />
|
||||
<ClCompile Include="..\..\backend\bmp.c" />
|
||||
<ClCompile Include="..\..\backend\codablock.c" />
|
||||
<ClCompile Include="..\..\backend\code.c" />
|
||||
|
@ -100,6 +100,10 @@ SOURCE=..\..\backend\aztec.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\backend\bc412.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\backend\bmp.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
Reference in New Issue
Block a user