Page 1 of 1

Integrating build number

Posted: Wed Dec 28, 2011 10:40 pm
by fotis
First of all I would like to thank you for your excellent work!

I was wondering how exactly the build number is integrated. From my limited experience to CodeLite under Linux, I have never noticed the following line in the makefile to obtain the current revision number.

Code: Select all

CmpOptions             := -g -Wno-deprecated  -DSVN_REVISION=\"\"  $(Preprocessors)
I suppose, setting it manually is not the appropriate way to go, so am I missing something?