Audaspace: Further fixes.

This commit is contained in:
Joerg Mueller 2010-08-16 18:50:59 +00:00
parent 01d61095cd
commit 9bb21deec6
4 changed files with 8 additions and 8 deletions

@ -23,6 +23,11 @@
* ***** END LGPL LICENSE BLOCK *****
*/
// needed for INT64_C
#ifndef __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS
#endif
#ifndef DISABLE_PYTHON
#include "AUD_PyAPI.h"
@ -30,11 +35,6 @@ Device* g_device;
bool g_pyinitialized = false;
#endif
// needed for INT64_C
#ifndef __STDC_CONSTANT_MACROS
#define __STDC_CONSTANT_MACROS
#endif
#include <cstdlib>
#include <cstring>
#include <cmath>

@ -6,7 +6,7 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc'
incs += ' ../../makesrna'
incs += ' #/intern/audaspace/intern'
incs += ' #/intern/audaspace/intern '
incs += env['BF_PYTHON_INC']
defs = []

@ -5,7 +5,7 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../makesdna ../../makesrna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
incs += ' #/intern/audaspace/intern'
incs += ' #/intern/audaspace/intern '
incs += env['BF_PYTHON_INC']
env.BlenderLib ( 'bf_editors_space_graph', sources, Split(incs), [], libtype=['core'], priority=[50] )

@ -6,7 +6,7 @@ sources = env.Glob('*.c')
incs = '../include ../../blenlib ../../blenkernel ../../blenfont ../../makesdna ../../imbuf'
incs += ' ../../windowmanager #/intern/guardedalloc #/extern/glew/include'
incs += ' ../../makesrna'
incs += ' #/intern/audaspace/intern'
incs += ' #/intern/audaspace/intern '
incs += env['BF_PYTHON_INC']
env.BlenderLib ( 'bf_editors_space_sequencer', sources, Split(incs), [], libtype=['core'], priority=[100] )