diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-02-25 23:31:04 +0100 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-02-25 23:31:04 +0100 |
commit | 9466244a852d6620edf671a89e1a7188248d5482 (patch) | |
tree | be430891aab9d34e0949397100cba8e7e428e621 /SConstruct | |
parent | 640407faa55a6cc1e071d5a09424c8a6ab4d6507 (diff) |
Seperated Application and Pattern classes.
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ env = Environment( LIBS = ['ARgsub_lite', 'ARvideo', 'AR', 'png'], ) -common_sources = ['texture.cpp', 'texturepng.cpp'] +common_sources = ['application.cpp', 'pattern.cpp', 'texture.cpp', 'texturepng.cpp'] if env['PLATFORM'] == 'darwin': env.Append(CPPFLAGS = '-m32') |