1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-08 20:41:59 +00:00

general: split up some source files to lessen ZXing-C++ bloat

when `ZXING_USE_BUNDLED_ZINT` set
This commit is contained in:
gitlost
2025-01-19 13:44:43 +00:00
parent 62c54adb56
commit 5c08226700
26 changed files with 2554 additions and 1534 deletions

View File

@@ -197,6 +197,14 @@
RelativePath="..\..\backend\2of5.c"
>
</File>
<File
RelativePath="..\..\backend\2of5inter.c"
>
</File>
<File
RelativePath="..\..\backend\2of5inter_based.c"
>
</File>
<File
RelativePath="..\..\backend\auspost.c"
>
@@ -213,6 +221,14 @@
RelativePath="..\..\backend\bmp.c"
>
</File>
<File
RelativePath="..\..\backend\channel.c"
>
</File>
<File
RelativePath="..\..\backend\codabar.c"
>
</File>
<File
RelativePath="..\..\backend\codablock.c"
>
@@ -225,10 +241,18 @@
RelativePath="..\..\backend\code1.c"
>
</File>
<File
RelativePath="..\..\backend\code11.c"
>
</File>
<File
RelativePath="..\..\backend\code128.c"
>
</File>
<File
RelativePath="..\..\backend\code128_based.c"
>
</File>
<File
RelativePath="..\..\backend\code16k.c"
>