1
0
mirror of https://git.code.sf.net/p/zint/code synced 2026-01-07 20:17:06 +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

@@ -296,14 +296,20 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\..\backend\2of5.c" />
<ClCompile Include="..\..\backend\2of5inter.c" />
<ClCompile Include="..\..\backend\2of5inter_based.c" />
<ClCompile Include="..\..\backend\auspost.c" />
<ClCompile Include="..\..\backend\aztec.c" />
<ClCompile Include="..\..\backend\bc412.c" />
<ClCompile Include="..\..\backend\bmp.c" />
<ClCompile Include="..\..\backend\channel.c" />
<ClCompile Include="..\..\backend\codabar.c" />
<ClCompile Include="..\..\backend\codablock.c" />
<ClCompile Include="..\..\backend\code.c" />
<ClCompile Include="..\..\backend\code1.c" />
<ClCompile Include="..\..\backend\code11.c" />
<ClCompile Include="..\..\backend\code128.c" />
<ClCompile Include="..\..\backend\code128_based.c" />
<ClCompile Include="..\..\backend\code16k.c" />
<ClCompile Include="..\..\backend\code49.c" />
<ClCompile Include="..\..\backend\common.c" />