I would like to source /opt/something/somescript.com before running the Makefile in the Netbeans environment (v8.2). There seems to be answers about this only for Ant and Java, and not for generic C++.
There are only 2 files to play with in Netbeans:
- The
Makefile, which is useless for this purpose - The
configurations.xmlfile, which maybe is the way to do this.
However, one looks in that configuration file, and there doesn't seem to be anything about running scripts, and I can't find any manual online that explains what XML tags are available.
So my question is: How can I configure Netbeans to source a shell script before building?
