Skip to content

Commit 4aac968

Browse files
committed
Revert "makeVersionResourceFile: Added hack for manipulating the padding needed for building an application."
This is no longer needed, as documented in blueCFD/Core#2 This reverts commit 2009f48.
1 parent 54fee09 commit 4aac968

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

wmake/scripts/makeVersionResourceFile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,6 @@ then
8181

8282
#get current OpenFOAM version
8383
MGW_OFversion=$(wmakePrintBuild)
84-
85-
if [ -n "$WM_BLUECFDCORE_PADDING" ]
86-
then
87-
PADDING=""
88-
for a in $(seq 1 $WM_BLUECFDCORE_PADDING)
89-
do
90-
PADDING="${PADDING}\\\\0"
91-
done
92-
93-
sed -i -e 's=\(0x0000000F.*\)'$PADDING'"$=\1"=' tmpver.rc 2>/dev/null
94-
chmod +rw tmpver.rc
95-
fi
9684

9785
#apply values to template
9886
sed -e 's=2\.0\.\0\.0='$MGW_OFversion'=g' \

0 commit comments

Comments
 (0)