mirror of
https://github.com/zint/zint
synced 2024-11-16 20:57:25 +13:00
CHANNEL: use nested loops (CHNCHK) and pre-calculated values for performance
This commit is contained in:
@ -104,6 +104,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\backend\aztec.h" />
|
||||
<ClInclude Include="..\..\backend\channel_precalcs.h" />
|
||||
<ClInclude Include="..\..\backend\code1.h" />
|
||||
<ClInclude Include="..\..\backend\code49.h" />
|
||||
<ClInclude Include="..\..\backend\common.h" />
|
||||
@ -133,4 +134,4 @@
|
||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||
<ImportGroup Label="ExtensionTargets">
|
||||
</ImportGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Reference in New Issue
Block a user