Author Topic: How to create a project with only a single pre-build step?  (Read 2159 times)

Offline cbnewbie

  • Multiple posting newcomer
  • *
  • Posts: 25
How to create a project with only a single pre-build step?
« on: April 10, 2014, 10:10:44 am »
I have a workspace with many projects which all need the same pre-build step to generate a workspace specific header "config.h". (Actually, it is just a "configure" script from an automake-project). Is it possible to create an extra project within this workspace which does nothing more than just calling the script to generate "config.h"? If it is possible, how could the other projects check whether "config.h" has already been created? I simply do not want "config.h" be created every time when I build a project in this workspace.