Files
oboe/doc/SConscript
Celtic Minstrel 832b8b5f91 Set up scons build system
- In its current state, it produces a valid, launchable Mac application package, though one that's not redistributable (relies on system-installed libraries)
- Partial support is already in-place for a Windows build
2015-09-11 23:10:37 -04:00

7 lines
138 B
Python

import os.path as path
Import("env install_dir")
env.Install(path.join(install_dir, "docs"), [Dir('editor'), Dir('game'), Dir('img')])