[Bf-committers] Some possible small problems with makesdna

André Pinto andresusanopinto at gmail.com
Fri Mar 28 15:19:07 CET 2008


#Build
$scons
$ ls -l --full-time ../build/linux2/source/blender/makesdna/intern/dna.*
2008-03-27 16:36:46.000000000 +0000
../build/linux2/source/blender/makesdna/intern/dna.c
2008-03-27 16:36:47.000000000 +0000
../build/linux2/source/blender/makesdna/intern/dna.o

#Modify some DNA header file
$ echo >> source/blender/makesdna/DNA_scene_types.h

#Update
$ scons
$ ls -l --full-time ../build/linux2/source/blender/makesdna/intern/dna.*
2008-03-27 16:36:46.000000000 +0000
../build/linux2/source/blender/makesdna/intern/dna.c
2008-03-27 16:36:47.000000000 +0000
../build/linux2/source/blender/makesdna/intern/dna.o

^^ scons should have updated those files! Since they depend on
DNA_scene_types.h!

André

On 28/03/2008, Nathan Letwory <jesterking at letwory.net> wrote:
>
> On Fri, Mar 28, 2008 at 12:44 AM, André Pinto
> <andresusanopinto at gmail.com> wrote:
> > 1) source/blender/maksdna/dna.c isn't being updated correctly by
> > dependencies
>
>
> What does this mean?
>
> /Nathan
> _______________________________________________
> Bf-committers mailing list
> Bf-committers at blender.org
> http://lists.blender.org/mailman/listinfo/bf-committers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.blender.org/pipermail/bf-committers/attachments/20080328/6cd0dece/attachment.htm 


More information about the Bf-committers mailing list