mirror of
https://git.code.sf.net/p/zint/code
synced 2025-06-03 08:28:44 -04:00
general: split up some source files to lessen ZXing-C++ bloat
when `ZXING_USE_BUNDLED_ZINT` set
This commit is contained in:
parent
62c54adb56
commit
5c08226700
26 changed files with 2554 additions and 1534 deletions
|
@ -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" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue