scons
How to use Scons to compile same objects in different environments with Glob?
I have a C++ project builds with Scons.At first I have only the optimized version to compile, it works fine. Then I also need a debug version, then I add another environment for it.Here is the Scons c[详细]
2023-01-22 05:21 分类:问答Scons Hierarchical Builds with Repository directory
I have an SCons project set up as follows: proj/ SConstruct src/ c/ h/ app1/SConscript app2/SConscript ... All source/header files for each application are located in src/c and src/h.[详细]
2023-01-22 04:46 分类:问答SConscript StaticLibrary attribute error.
I couldn\'t find any information on the net, so I kindly ask you for one. I have my build environment set up properly,[详细]
2023-01-19 14:07 分类:问答Scons for C# setup question
I use Scons from time to time, and I see it\'s a good t开发者_StackOverflowool for building simple C# project.[详细]
2023-01-19 12:47 分类:问答Why the success of SCons build depends on variant_dir name?
I am bored to death with such behavior. So in SConstruct file we have the last string like this one: import compilers, os[详细]
2023-01-19 11:58 分类:问答How can i use Scons to build SWIG lua example?
I am trying to write an SCons script to build lua/embed3 example distributed with swig. Build instructions by makefile as follows:[详细]
2023-01-17 17:03 分类:问答SCons configuration file and default values
I have a project which I build using SCons (and MinGW/gcc depending on the platform). This project depends on several other libraries (lets call them libfoo and libbar) which can be installed on diffe[详细]
2023-01-16 14:59 分类:问答Crossplatform building Boost with SCons
I tried hard but couldn\'t find an example of using SCons (or any build system for that matter) to build on both gcc and mvc++ with boost libraries.[详细]
2023-01-16 02:59 分类:问答SCONS: making a special script builder depend on output of another builder
I hope the title clarifies what I want to ask because it is a bit tricky. I have a SCONS SConscript for every subdir as follows (doing it in linux, if it matters):[详细]
2023-01-14 19:24 分类:问答Implicit List of All Build Targets in SCONS?
I have an scons project that force includes several header files as a compiler flag. # Forced include files passed directly to the compiler[详细]
2023-01-12 18:33 分类:问答