News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

[Adding support for non C/C++]: not totally the expected behaviour

Started by didier, October 05, 2010, 10:58:39 PM

Previous topic - Next topic

didier

[Code::Blocks 10.05]
[Windows Vista SP 2 Premium]

Hi,

I'm adding support for .ui file for my project.
I've filled the fields like this :

[Command line macro] uic $file -o $file_dir\..\ui_include\ui_$file_name.h

[Generated files (to be further complied)] $file_dir\..\ui_include\ui_$file_name.h

The output files (ui_*.h) are well generated in the good directory.

Nevertheless, in the Project Pane, they appear broken in the same directory as the input files (.ui).
More, during successive make processes, the command line is invoked each time.
Hence, the output fields are never considered up-to-date by code::blocks.

Is it possible to correct this ?

Thanks a lot by advance.
Didier.