Allow having a second installation of the same version without touching the sources
--HG-- branch : bgschaid/minorAdditionsBranch
This commit is contained in:
parent
6732db815e
commit
2f0ecfd98f
1 changed files with 4 additions and 0 deletions
|
@ -42,6 +42,10 @@ fi
|
|||
|
||||
export WM_PROJECT=OpenFOAM
|
||||
export WM_PROJECT_VERSION=1.6-ext
|
||||
if [ -n "$WM_PROJECT_VERSION_ADDITION" ]
|
||||
then
|
||||
export WM_PROJECT_VERSION=$WM_PROJECT_VERSION-$WM_PROJECT_VERSION_ADDITION
|
||||
fi
|
||||
|
||||
# helps to easily write #ifdefs to detect a dev-version
|
||||
export FOAM_DEV=1
|
||||
|
|
Reference in a new issue