annotate enigma/examples/SConscript @ 21:42593b23e738 tip

Sigh, still messed up. Another attempt.
author Brian Neal <bgneal@gmail.com>
date Wed, 11 Jul 2012 20:26:15 -0500
parents aa7a4298d609
children
rev   line source
bgneal@18 1 Import('env')
bgneal@18 2
bgneal@18 3 env.Program('example1', ['example1.cpp'])