¡@

Home 

c++ Programming Glossary: bin_dir

How do I get projects to place their build output into the same directory with Scons?

http://stackoverflow.com/questions/279860/how-do-i-get-projects-to-place-their-build-output-into-the-same-directory-with-s

functions.h src functions.cpp SConstruct import os.path BIN_DIR '.. bin' OBJ_DIR '. obj' # # CxxTest Options # CXXTEST_DIR.. use timestamps for change followed by MD5 Export 'env' 'BIN_DIR' # Export this environment for use by the SConscript files #.. '.. build' from scons_helper import Import 'env' 'BIN_DIR' # Import the common environment prj1_env env.Clone # Clone..