Home > Back-end >  C builder in the Debug or Release time, why can't generate Debug or Release folder
C builder in the Debug or Release time, why can't generate Debug or Release folder

Time:10-04

C + + builder in the Debug or Release, how should be set up to generate Debug or Release folder

CodePudding user response:

What you can, you can set the output file path, in project Settings

CodePudding user response:

Each ide has its own characteristics the Debug or Release folder may not necessary to separate,

CodePudding user response:

High version of the c + + Builder in engineering options presets the Debug and Release configurations, the default generated directory is $(Config), which is what you said the Debug and Release directory

C + + Builder 6 because it's old, no $Config the environment variables, so you need to manually set the Intermediate output and the Final output directory,
  • Related