Content originally posted in LPCWare by CodeRedSupport on Tue Jul 27 00:11:36 MST 2010
"BuildError.jpg"
- in here you have switched off "Generate Makefiles Automatically". This implies that you are going to provide the Makefile yourself. As I mentioned in a previous email, you cannot change the standard build location - it is always uses the name of the Build Configuration.
"AllConfiguration.jpg"
- Selecting "All Configurations" is NOT setting the Build Configuration, instead it allows you to change settings that are common between Build Configurations. Again, as mentioned previously, you can only have one active build configuration.
"Debug&Release.jpg"
- No. See above
Again, as mentioned before, if you want the results of the build to be placed into a specific location, you can use a Post Build step to copy them there.
"RunConfigurations.jpg"
- We automatcially create a Debug configuration for both the Debug build and the Release build, thus allowing you to debug either.