diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/enigma/SConscript	Thu Jun 21 21:05:26 2012 -0500
@@ -0,0 +1,7 @@
+Import('env')
+
+sources = Split("""
+   rotor.cpp
+   """)
+
+env.StaticLibrary('enigma', sources)