Mercurial > public > cpp-enigma
view SConstruct @ 6:3370383116db
Bug fix for the string functions.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 26 Jun 2012 21:22:42 -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)