comparison 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
comparison
equal deleted inserted replaced
-1:000000000000 0:74ebb2150658
1 Import('env')
2
3 sources = Split("""
4 rotor.cpp
5 """)
6
7 env.StaticLibrary('enigma', sources)