¡@

Home 

c++ Programming Glossary: trgt

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

build # files are dropped into the directory specified by trgt rather than in the # same directory as the SConscript file... to the location you want the Program binary to be placed # trgt The target application name without extension # srcs The list.. into the same directory with def PrefixProgram env outdir trgt srcs env.Program target os.path.join outdir trgt source srcs..