[Bf-committers] Problem on Windows in blender/SConstruct

bf-committers@blender.org bf-committers@blender.org
Sun, 6 Jun 2004 15:10:00 EDT


Hello All -
I just (at noon California time) got the cvs source and hit a link  problem:
Using tempfile c:\winnt\temp\tmphufluq.lnk for command line:
link  /nologo -framework QuickTime /OUT:blender.exe  
/LIBPATH:C:\blender\develop\build\win32 .... etc
LINK : warning LNK4044: unrecognized option "framework"; ignored
LINK :  fatal error LNK1181: cannot open input file "QuickTime.obj"
scons: building  terminated because of errors.
I found some incorrectly indented lines in blender/SConstruct starting at  
line 1043.
These lines should be indented one more level:

if user_options_dict['USE_QUICKTIME'] ==  1:
env.Append  (LINKFLAGS='-framework')
env.Append  (LINKFLAGS='QuickTime')
Can someone commit this fix for me?
Thanks,
Chris Keith