Bit of confusion. It looks like SCons can be used to automatically get things from the repository if they\'re not开发者_高级运维 present in your working copy, but maybe not? The documentation is confl
From some sites it seems Scons support subversion checkout: env = Environment() env.SourceCode(\'.\', env.Subversion(\'XXX\'))
I\'m looking to scons-ify a project that has a Test Anything Protocol testing framework. Can anyone give me direction on prior work here or smoothly integrating开发者_如何学JAVA the two?(Is there a n
Let\'s say I have this directory structure: SConstruct src/ a.cpp b.cpp include/ a.h b.h 开发者_运维知识库
I\'m using th开发者_如何学Ce scons utility to generate shared libraries. When I write the following rule:
In my SConscript I have the following line: Program(\"xtest\", Split(\"main.cpp\"), LIBS=\"mylib fltk Xft Xinerama Xext X11 m开发者_StackOverflow社区\")
currently I\'m trying to port a million-sloc legacy project from dull .cmd scripts to SCons. Parts of it are VC++, others are Delphi. Creating SConscripts for the C++ pieces was a breeze.
I\'m trying to build an application I\'ve downloaded which uses the SCONS \"make replacement\" and the Fast Light Tool Kit Gui.
On my Linux platform, I have several versions of gcc. Under usr/bin I have: gcc34 gcc44 gcc Here are some outputs:
My intention is to end up with a compiler command line including -DOEM=\"FOO BAR\" I have the following in my SConstruct file: