* small code change from Split to env.Glob()
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/usr/bin/python
|
||||
Import ('env')
|
||||
|
||||
sources = Split('BPY_interface.c BPY_menus.c') + env.Glob('api2_2x/*.c')
|
||||
sources = env.Glob('*.c') + env.Glob('api2_2x/*.c')
|
||||
|
||||
incs = 'api2_2x ../blenkernel ../nodes ../blenlib ../blenloader'
|
||||
incs += ' ../render/extern/include ../radiosity/extern/include'
|
||||
|
||||
Reference in New Issue
Block a user