Menu

[r12]: / trunk / Image2Code / SConscript  Maximize  Restore  History

Download this file

12 lines (8 with data), 162 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Import('*')
sources=[
'image2codecmd.cpp',
'ArrayWriter.cpp',
'ArrayWriterUnix.cpp',
'ImageArray.cpp',
]
env.Program('image2codecmd', sources)