diff options
author | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-10-02 03:43:27 +0200 |
---|---|---|
committer | Vegard Storheil Eriksen <zyp@jvnv.net> | 2010-10-02 03:43:27 +0200 |
commit | 8e0a72184085aa6e3e741ad5d79f5db2e63d63a6 (patch) | |
tree | f7924997c55e98ced990fc24e19b48ec0fedb535 /SConscript | |
parent | bf4827f46f22b4df0fa2ddd6716fd59247f9e1bb (diff) |
Replaced TextureSDL with TextureSTBI.
Diffstat (limited to 'SConscript')
-rw-r--r-- | SConscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ Import('env') sources = Glob('*.cpp') +sources += Glob('*.c') env.Library('wriggle', sources) |