From 4d4fd5687f54b6bdb0e95bdd71e5628486d557fb Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Sun, 19 Oct 2008 13:51:52 +0000 Subject: * small code change from Split to env.Glob() --- source/blender/python/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/SConscript') diff --git a/source/blender/python/SConscript b/source/blender/python/SConscript index 27dd510f944..1f0cbd2c86d 100644 --- a/source/blender/python/SConscript +++ b/source/blender/python/SConscript @@ -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' -- cgit v1.2.3