Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Modules
Visualization
Commits
6ea28e09
Commit
6ea28e09
authored
Dec 09, 2009
by
Andrew Heather
Browse files
added git option
parent
f613dbe0
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/paraview-plugins/PV3Readers/Allwmake
View file @
6ea28e09
...
...
@@ -5,7 +5,7 @@ set -x
if
[
-d
"
$ParaView_DIR
"
-a
-r
"
$ParaView_DIR
"
]
then
case
"
$ParaView_VERSION
"
in
3
*
)
3
*
|
git
)
wmake libso vtkPV3Readers
PV3blockMeshReader/Allwmake
PV3FoamReader/Allwmake
...
...
src/paraview-plugins/PV3Readers/PV3FoamReader/Allwmake
View file @
6ea28e09
...
...
@@ -5,7 +5,7 @@ set -x
if
[
-d
"
$ParaView_DIR
"
-a
-r
"
$ParaView_DIR
"
]
then
case
"
$ParaView_VERSION
"
in
3
*
)
3
*
|
git
)
wmake libso vtkPV3Foam
(
cd
PV3FoamReader
...
...
src/paraview-plugins/PV3Readers/PV3blockMeshReader/Allwmake
View file @
6ea28e09
...
...
@@ -5,7 +5,7 @@ set -x
if
[
-d
"
$ParaView_DIR
"
-a
-r
"
$ParaView_DIR
"
]
then
case
"
$ParaView_VERSION
"
in
3
*
)
3
*
|
git
)
wmake libso vtkPV3blockMesh
(
cd
PV3blockMeshReader
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment