Issue 537, don't return UPC-A for EAN-13 starting with 0 when UPC-A isn't allowed
[zxing.git] / cpp / SConstruct
1 SConscript('SConscript', variant_dir='build')
2
3 Alias('all', ['lib', 'tests', 'zxing'])
4 Default('all')
5
6 # Remove build folder on "scons -c all"
7 Clean('all', 'build')