1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-31 08:47: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

@@ -122,14 +122,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" />

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"
>

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" />

View File

@@ -122,14 +122,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" />

View File

@@ -122,14 +122,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" />

View File

@@ -92,6 +92,14 @@ SOURCE=..\..\backend\2of5.c
# End Source File
# Begin Source File
SOURCE=..\..\backend\2of5inter.c
# End Source File
# Begin Source File
SOURCE=..\..\backend\2of5inter_based.c
# End Source File
# Begin Source File
SOURCE=..\..\backend\auspost.c
# End Source File
# Begin Source File
@@ -108,6 +116,14 @@ SOURCE=..\..\backend\bmp.c
# End Source File
# Begin Source File
SOURCE=..\..\backend\channel.c
# End Source File
# Begin Source File
SOURCE=..\..\backend\codabar.c
# End Source File
# Begin Source File
SOURCE=..\..\backend\codablock.c
# End Source File
# Begin Source File
@@ -120,10 +136,18 @@ SOURCE=..\..\backend\code1.c
# End Source File
# Begin Source File
SOURCE=..\..\backend\code11.c
# End Source File
# Begin Source File
SOURCE=..\..\backend\code128.c
# End Source File
# Begin Source File
SOURCE=..\..\backend\code128_based.c
# End Source File
# Begin Source File
SOURCE=..\..\backend\code16k.c
# End Source File
# Begin Source File