Author Topic: [Adding support for non C/C++]: not totally the expected behaviour  (Read 2324 times)

Offline didier

  • Single posting newcomer
  • *
  • Posts: 9
[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.
« Last Edit: October 06, 2010, 08:27:14 am by didier »