annotate enigma/SConscript @ 0:74ebb2150658

Initial commit. Working on the rotor class.
author Brian Neal <bgneal@gmail.com>
date Thu, 21 Jun 2012 21:05:26 -0500
parents
children 1459e74fda3f
rev   line source
bgneal@0 1 Import('env')
bgneal@0 2
bgneal@0 3 sources = Split("""
bgneal@0 4 rotor.cpp
bgneal@0 5 """)
bgneal@0 6
bgneal@0 7 env.StaticLibrary('enigma', sources)