repo.or.cz
/
aesalon.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implemented basic scaling in BasicViewport.
[aesalon.git]
/
src
/
storage
/
SConscript
blob
d7c1534a06cc1876082c0536cf9fc90391bf4416
1
Import("env")
2
3
storageEnv = env.Clone()
4
5
storage = storageEnv.StaticLibrary(target = "aesalon-storage", source = Glob("*.cpp") + Glob("*/*.cpp"))
6
7
Export("storage")