CASA/make
Manohar e7f5fcf021
2006-02-28 11:34:36 +00:00
..
defaults.lux 2006-02-28 11:34:36 +00:00
defaults.w32 Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
global.mak Bug 133386: Make calls to gnome-keyring.so dynamic. This solves an install dependency when gnome-keyring is not installed on the target system. 2006-02-13 23:58:21 +00:00
ibuild.txt Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
majver.txt Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
mbuild.txt Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
minver.txt nomsg 2005-11-10 19:48:30 +00:00
Readme.txt Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
revver.txt nomsg 2005-11-10 19:48:30 +00:00
rules.mak Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
target.cl Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
target.cs Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00
tools.mak Moving micasa 1.5 trunk to Novell forge. 2005-10-11 19:51:00 +00:00

To support the new versioning system for our builds the 
following files are added under the make dir.

NOTE:	When project release tag is incremented for example going from 3.00.2
		to 3.01.0 the Build Manager (BM) is responsible for checking these files 
		out and reset them proper values which in case of ibuild.txt would be "0" 
		and mbuild.txt will be "1".

ibuild.txt =	This file contains the internal build number that 
				is checked out and incremented by the scripts on 
				every successful build. Whenever the BM makes a 
				successful build this number is auomatically reset 
				to zero. BM builds do not show this number explicitly 
				to help distinguish between internal and major builds.

mbuild.txt =	This file contains the major build number by the BM 
				that is checked out and incremented by the scripts on 
				every successful build. For internal builds (by developers)
				this number stays a constant.

majver.txt =	Major version of the product.
minver.txt =	Minor version of the product.
revver.txt =	Revision verison of the product.

For example: MajVer.MinVer.RevVer = 3.00.02.