This commit is contained in:
Eryn Wells 2014-03-07 20:20:56 -08:00
parent c9ff381f39
commit 921890e0b2
8 changed files with 95 additions and 10 deletions

9
site_scons/dirs.py Normal file
View file

@ -0,0 +1,9 @@
# dirs.py
# Eryn Wells <eryn@erynwells.me>
from SCons.Script import Dir
BUILD_DIR = Dir('#build')
LIB_DIR = Dir('#lib')
SRC_DIR = Dir('#src')
TEST_DIR = Dir('#test')