Bug #13294 2008-03-06 20:40
drewboo
Applicable "Project Options" control is incorrectly disabled
Through Code::Block's own features, the "Objects output dir" field is incorrectly disabled when using a custom makefile.
To reproduce:
* Create a new project and open the "Project properties" dialog
* In the "Project Settings" tab, enable "This is a custom Makefile"
* In the "Build Targets" tab, observe that "Objects output dir" is disabled (not editable). You can see that the default value ("obj/Debug", I believe) can be seen, but not changed.
* In the "Project Settings" tab, click the "Project's build options" button to bring up the build options dialog.
* In the "'Make' commands" tab, enter a make command for "Compile single file" that uses the $file variable
* Return to the IDE (clicking "OK") and compile a single file
* Observe that the "Objects output dir" is used when compiling that file, even though you were unable to change that value.
Expected result:
"Objects output dir" should not be disabled when using a custom Makefile.
- Category
- Application::Interface
- Group
- Status
- Open
- Close date
- Assigned to