Allow having a second installation of the same version without touching the sources
--HG-- branch : bgschaid/minorAdditionsBranch
This commit is contained in:
parent
78d73c3278
commit
bcaaa26a75
1 changed files with 4 additions and 0 deletions
|
@ -34,6 +34,10 @@
|
|||
|
||||
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