I am using Codeblocks on a project using FLTK and Fluid. I have it setup to compile the fluid file in a prebuild step. The problem is, it compiles everytime even though the timestamps on the .cxx and .hh files are already greater than the timestamp on the .fl file. I don't want it to waste time creating new .cxx and .hh files if they are already up to date. This causes gcc to recompile them on every compile because of the new timestamp.
Is there any way around this? I assume that I may need to create a .bat file. If so, does anyone have a DOS example of conditionally running a command based on comparing timestamps? Thanks. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

