Integrating build number

Post here any ideas/problems/suggestions you have regarding CodeLite's Subversion (SVN) plugin
fotis
CodeLite Curious
Posts: 9
Joined: Wed Dec 28, 2011 10:31 pm
Genuine User: Yes
IDE Question: c++
Contact:

Integrating build number

Post 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?