blender/source/creator/SConscript
Nathan Letwory 899f2776db Shuffle some build code around to ensure debug builds on Windows actually run too.
* creator/SConscript is now empty, code is moved to an emitter function in Blender.py
* make sure COLLADA debug libs are used when BF_DEBUG=True
2011-06-08 11:53:07 +00:00

4 lines
69 B
Python

#!/usr/bin/python
# dummy, code has been moved to Blender.creator()