by reinaldocrespo » Thu Apr 14, 2011 1:57 am
Mr. R.
Thank you. That almost works. Actually, is good enough for now. Let me explain:
I intend to use it for versioning control. Just before compiling, I'd like to execute a small app that reads the svn version being used to build the application. The app reads the svn version from the repository-sandbox and creates a short include file that is included from the main app being compiled and used on the about() function that displays the version number among other information.
The xmate option to execute an external app, gets executed just after successful linking, thus it is a bit too late. However, I could execute the compile twice for versions that are intended to be distributed. Not perfect, but it would work.
Now that you see my intentions, if you have any other ideas, please do share them. Thank you.
Reinaldo.