diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-05-09 23:47:45 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-05-09 23:47:45 +0200 |
commit | 0073f833c88f4a25dadc777495639069ba9d7bed (patch) | |
tree | 6586c91497d2aab3ec2ef6d188ac2c3eecba06eb /SConstruct | |
parent | a820c852d14f466f3d9096c7efcd571d3bf006eb (diff) |
Simple flat file-based saving and loading of chunks.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ AddOption('--release', action = 'store_true') AddOption('--profiling', action = 'store_true') env.Append(CPPPATH = ['.']) -env.Append(LIBS = ['GL', 'GLU', 'noise']) +env.Append(LIBS = ['GL', 'GLU', 'noise', 'boost_filesystem']) env.ParseConfig('sdl-config --cflags --libs') env.ParseConfig('pkg-config --cflags --libs SDL_image') env.ParseConfig('pkg-config --cflags --libs ftgl') |