Mercurial > public > cpp-enigma
view 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 source
Import('env') sources = Split(""" rotor.cpp """) env.StaticLibrary('enigma', sources)