scons
How to link against a static library which uses static libraries itself using scons and Visual C++?
My SConstruct file looks something like this: jnglLibs = Split(\"freetype png ogg vorbisfile\") # left out a few[详细]
2023-02-19 21:46 分类:问答Best practices to manage versions with scons?
I would开发者_JAVA百科 like my Qt/C++ application to know which version it is. It should know that not from some configuration files, but with version number compiled into application binary. A versio[详细]
2023-02-16 17:03 分类:问答Debugging SCons
I\'ve written a rather complicated set of SCons scripts, and I have some errors I cannot find, for example intermediate files are removed or there are cyclic dependencies reported, and I want to know[详细]
2023-02-14 20:24 分类:问答How to hide console window on Windows when using scons-qt4 plugin?
When I\'m building on Windows with scons-qt4 plugin, my application always opens a console window, even though it has its own windows. With QMak开发者_如何学Goe, you could force application to do the[详细]
2023-02-13 07:27 分类:问答How do you link with 3rd-party libraries when using scons-qt4 plugin?
I\'m using scons-qt plugin to build and link with Qt. I have to build a set of executables that link to my own library. Also, library has to link to some third-party libraries beside Qt. So, in librar[详细]
2023-02-12 21:52 分类:问答How can I get SCons to replace text in installed text files
I\'d like to be able to replace a template variable (\'$(SOFTWARE_VERSION)\') while installing some python scripts from scons. Does scons already have such functionality? If not, what\'s the best way开[详细]
2023-02-10 12:51 分类:问答Transitive dependencies for static libraries and SCons
I\'ve stumbled over a seemingly simple problem while building two libraries and test programs for both.[详细]
2023-02-08 03:24 分类:问答Setting up SCons to Autolint
I\'m using google\'s cpplint.py to verify source code in my project meets the standards set forth in the Google C++ Style Guide. We use SCons to build so I\'d like to automate the process by having SC[详细]
2023-02-07 04:22 分类:问答SCons-Compiler error on Mac OS X regarding #include-ing files
I am trying to compile Geekinfo on Mac OS X 10.6.6 Snow Leopard. My config is: Xcode 3.2 with OSX 10.4 support[详细]
2023-02-06 22:47 分类:问答SCons Binary Directory
How is the binary/executable directory specified in SCons? It\'s easy to do as follows: Program( target = \'bin/helloworld\', source = \'src/helloworld.cc\' )[详细]
2023-02-04 22:57 分类:问答