c4ba3bd6
Peter M. Groen
Added versioning
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Configuration file Template HSOA/Mlogic for the
# "HSOA Component Lifecycle Management v1.5" component versioning standard.
#
# - any lines starting with # are considered comments
# - the comment line "....." above a value specifies the maximum size.
# - all values may not contain spaces unless specifically noted.
# - If the comment is "12..." then the value is alphanumeric without spaces.
# - If the comment is "xx..." then the value is numeric only
#
#
# Customer name (was MC_KLANT in mc_conf.h)
# TEMPLATE: "12345678901234567890123456789"
CUSTOMER_NAME="12345678901234567890123456789"
# Customer number (was MC_KLANT in mc_conf.h)
# The customer number from BAAN
# TEMPLATE: "xxxxx"
CUSTOMER_NUMBER="xxxxx"
# Customer release (was MC_KLANT_VERSIE in mc_conf.h)
# TEMPLATE: "xx"
CUSTOMER_VERSION="xx"
# Customer build flags (extra customer product specific settings)
#
CUSTOMER_BUILD_FLAGS=""
|