225c5fee6b
move BLO_sys_types.h -> BLI_sys_types.h (it had nothing todo with loading)
...
remove MEM_sys_types.h which was a duplicate.
2013-05-28 19:35:26 +00:00
6de829cb7a
code cleanup: split scons includes onto multiple lines, reduce chance of include conflicts later on.
2013-05-20 18:42:28 +00:00
b1543f07bf
Another bunch of UI translation fixes, thanks to Leon Cheung, Gabriel Gazzán and S. Lockal for spotting them!
2013-02-24 15:40:28 +00:00
ab2c273b12
Added GPL header to sconscripts!
...
Also changed shebang to '#!/usr/bin/env python', this is more portable across unixes...
2012-12-17 08:01:43 +00:00
5e6e9bd616
Pardon, typo in own commit for SCons changes. Also added missed headers.
...
Should work now.
2012-06-18 09:52:41 +00:00
e066d80dbc
Forgot to define WITH_COLLADA in SCons in recent commit
...
Also fix some issues with header files:
- Added ifndef .. define .. endif blocks to be sure headers are not
including twice.
- DO not include WM stuff in headers, use anonymous structure names instead.
2012-06-18 09:48:47 +00:00
54022cfa1c
Fix compilation error for SCons
...
Was missed some scons rules after recent collada changes
2012-06-18 09:20:49 +00:00