[Bf-committers] MSVC linking broken on debug builds with scons -->khughes

bjornmose bjornmose at gmx.net
Fri May 16 00:09:55 CEST 2008


Sorry to whine agian;
but my windows(msvc8)/scons/debug does not like that -->
.
http://projects.blender.org/plugins/scmsvn/viewcvs.php/trunk/blender/source/blender/makesdna/intern/SConscript?root=bf-blender&r1=13587&r2=14598
.
Revision *14598* 
<http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=14598> 
- (view 
<http://projects.blender.org/plugins/scmsvn/viewcvs.php/trunk/blender/source/blender/makesdna/intern/SConscript?revision=14598&root=bf-blender&view=markup>) 
(download 
<http://projects.blender.org/plugins/scmsvn/viewcvs.php/trunk/blender/source/blender/makesdna/intern/SConscript?revision=14598&root=bf-blender>) 
(annotate 
<http://projects.blender.org/plugins/scmsvn/viewcvs.php/trunk/blender/source/blender/makesdna/intern/SConscript?annotate=14598&root=bf-blender>) 
- [select for diffs] 
<http://projects.blender.org/plugins/scmsvn/viewcvs.php/trunk/blender/source/blender/makesdna/intern/SConscript?root=bf-blender&r1=14598&view=log> 

Modified /Mon Apr 28 16:14:31 2008 UTC/ (2 weeks, 3 days ago) by /khughes/
File length: 1466 byte(s)
Diff to previous 13587 
<http://projects.blender.org/plugins/scmsvn/viewcvs.php/trunk/blender/source/blender/makesdna/intern/SConscript?root=bf-blender&r1=13587&r2=14598> 


Add BF_X264_CONFIG and BF_XVIDCORE_CONFIG flags to scons, to allow passing
configuration info for cross-compiling to ./configure scripts.  Also let
makesdna use PLATFORM_LINKFLAGS.
..
gives me linker errors
that is the core C C++ debug libs are not linked automagically any more
..
well, reading scons docs i found:
a: either let scons find things 
or
b: do it on your own, but then you need to do it completly --> which was not done in this case :)
...
well first of all i'd like to know why PLATFORM_LINKFLAGS was invoced for building makesdna?
second why was it done half assed only?
BM




More information about the Bf-committers mailing list