view SConstruct @ 13:b9d124a15926

To improve cache performance, the enigma machine rotors are now stored together with the reflector in a vector.
author Brian Neal <bgneal@gmail.com>
date Mon, 02 Jul 2012 19:14:36 -0500
parents 80debdaa4f65
children
line wrap: on
line source
env = Environment(
   tools = ['default', 'cxxtest'],
   CXXFLAGS='-std=c++0x -Wall -Wextra -pedantic -O3',
   CPPPATH='#/enigma',
   LIBS='enigma',
   LIBPATH='#/build',
)

SConscript(['enigma/SConscript'], exports='env', variant_dir='build', duplicate=0)