mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
cosmetics changes and small cleanups
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
|
||||
(cd solvers ; wmake all)
|
||||
(cd utilities ; wmake all)
|
||||
( cd solvers && wmake all )
|
||||
( cd utilities && wmake all )
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -x
|
||||
|
||||
# Some fun: prostar uses ccmio2.3, Star-ccm+ uses ccmio2.4
|
||||
# compile cd-adapco's CCM library
|
||||
wmake libso libccmio/libadf
|
||||
wmake libso libccmio/libccmio
|
||||
wmake libso libccmio/libcgns
|
||||
|
||||
(cd libccmio; wmake libso libadf)
|
||||
(cd libccmio; wmake libso libccmio)
|
||||
(cd libccmio; wmake libso libcgns)
|
||||
(cd ccm26ToFoam; wmake)
|
||||
wmake ccm26ToFoam
|
||||
|
||||
Reference in New Issue
Block a user