Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
250127bf
Commit
250127bf
authored
16 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
4498346a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
Makefile
+3
-3
3 additions, 3 deletions
Makefile
contrib/ANN/Makefile
+2
-0
2 additions, 0 deletions
contrib/ANN/Makefile
doc/Makefile
+3
-1
3 additions, 1 deletion
doc/Makefile
doc/README.msvc
+6
-6
6 additions, 6 deletions
doc/README.msvc
doc/texinfo/Makefile
+3
-1
3 additions, 1 deletion
doc/texinfo/Makefile
with
17 additions
and
11 deletions
Makefile
+
3
−
3
View file @
250127bf
...
@@ -47,7 +47,7 @@ compile: variables initialtag
...
@@ -47,7 +47,7 @@ compile: variables initialtag
ifneq
(${UNAME},WIN32MSVC)
ifneq
(${UNAME},WIN32MSVC)
@
for
i
in
${
GMSH_DIRS
};
do
(
cd
$$
i
&&
${
MAKE
}
)
;
done
@
for
i
in
${
GMSH_DIRS
};
do
(
cd
$$
i
&&
${
MAKE
}
)
;
done
else
else
for
%%i
in
(
${
GMSH_DIRS
}
)
do
gmake
-C
%%i
for
%%i
in
(
${
GMSH_DIRS
}
)
do
${
MAKE
}
-C
%%i
endif
endif
install
:
variables
install
:
variables
...
@@ -96,7 +96,7 @@ ifneq (${UNAME},WIN32MSVC)
...
@@ -96,7 +96,7 @@ ifneq (${UNAME},WIN32MSVC)
${
RANLIB
}
lib/libGmsh
${
LIBEXT
}
${
RANLIB
}
lib/libGmsh
${
LIBEXT
}
rm
-f
lib/
*
${
OBJEXT
}
rm
-f
lib/
*
${
OBJEXT
}
else
else
for
%%i
in
(
${
GMSH_DIRS
}
)
;
do
gmake
-C
%%i
for
%%i
in
(
${
GMSH_DIRS
}
)
;
do
${
MAKE
}
-C
%%i
${
AR
}
${
ARFLAGS
}
bin
\l
ibGmsh
${
LIBEXT
}
lib
\*
${
LIBEXT
}
${
AR
}
${
ARFLAGS
}
bin
\l
ibGmsh
${
LIBEXT
}
lib
\*
${
LIBEXT
}
erase lib
\*
${
LIBEXT
}
erase lib
\*
${
LIBEXT
}
move bin
\l
ibGmsh
${
LIBEXT
}
lib
move bin
\l
ibGmsh
${
LIBEXT
}
lib
...
@@ -190,7 +190,7 @@ ifneq (${UNAME},WIN32MSVC)
...
@@ -190,7 +190,7 @@ ifneq (${UNAME},WIN32MSVC)
for
i
in
doc lib
${
GMSH_DIRS
};
do
(
cd
$$
i
&&
${
MAKE
}
clean
)
;
done
for
i
in
doc lib
${
GMSH_DIRS
};
do
(
cd
$$
i
&&
${
MAKE
}
clean
)
;
done
rm
-f
${
GMSH_VERSION_FILE
}
rm
-f
${
GMSH_VERSION_FILE
}
else
else
for
%%i
in
(
doc lib
${
GMSH_DIRS
}
)
do
gmake
-C
%%i clean
for
%%i
in
(
doc lib
${
GMSH_DIRS
}
)
do
${
MAKE
}
-C
%%i clean
erase Common
\G
mshVersion.h
erase Common
\G
mshVersion.h
endif
endif
...
...
This diff is collapsed.
Click to expand it.
contrib/ANN/Makefile
+
2
−
0
View file @
250127bf
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
# See the LICENSE.txt file for license information. Please report all
# See the LICENSE.txt file for license information. Please report all
# bugs and problems to <gmsh@geuz.org>.
# bugs and problems to <gmsh@geuz.org>.
include
../../variables
default
:
default
:
@
cd
src
&&
${
MAKE
}
@
cd
src
&&
${
MAKE
}
...
...
This diff is collapsed.
Click to expand it.
doc/Makefile
+
3
−
1
View file @
250127bf
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
# See the LICENSE.txt file for license information. Please report all
# See the LICENSE.txt file for license information. Please report all
# bugs and problems to <gmsh@geuz.org>.
# bugs and problems to <gmsh@geuz.org>.
include
../variables
clean
:
clean
:
rm
-f
*
~ .
*
~
${
RM
}
*
~ .
*
~
cd
texinfo
&&
${
MAKE
}
clean
cd
texinfo
&&
${
MAKE
}
clean
This diff is collapsed.
Click to expand it.
doc/README.msvc
+
6
−
6
View file @
250127bf
To compile Gmsh with Microsoft Visual C++
To compile Gmsh with Microsoft Visual C++
1)
Install GNU make and related tools (e.g. from cygwin or mingw)
1)
launch the Visual Studio command prompt
2)
launch the Visual Studio command prompt
2)
go to the gmsh source directory
3) set PATH=%PATH%;C:\cygwin\bin (or wherever the make tools are installed)
4) rename "utils\misc\variables.msvc" into "variables" (in the root
of the gmsh source directory)
4) go to the gmsh directory and rename "utils/misc/variables.msvc" to "variables"
5) edit "variables" to match your local installation of Visual C++
5) edit "variables" to match your local installation of Visual C++
6) type "make"
6) type "utils\misc\gmake.exe"
This diff is collapsed.
Click to expand it.
doc/texinfo/Makefile
+
3
−
1
View file @
250127bf
...
@@ -3,6 +3,8 @@
...
@@ -3,6 +3,8 @@
# See the LICENSE.txt file for license information. Please report all
# See the LICENSE.txt file for license information. Please report all
# bugs and problems to <gmsh@geuz.org>.
# bugs and problems to <gmsh@geuz.org>.
include
../../variables
dvi
:
dvi
:
texi2dvi gmsh.texi
texi2dvi gmsh.texi
...
@@ -39,7 +41,7 @@ txt:
...
@@ -39,7 +41,7 @@ txt:
all
:
pdf html html1 infoz txt
all
:
pdf html html1 infoz txt
clean
:
clean
:
rm
-f
*
.cp
*
*
.fn
*
*
.ky
*
*
.pg
*
*
.tp
*
*
.vr
*
*
.mv
*
\
${
RM
}
*
.cp
*
*
.fn
*
*
.ky
*
*
.pg
*
*
.tp
*
*
.vr
*
*
.mv
*
\
*
.log
*
.toc
*
.aux
*
.dvi
*
.html
*
.txt
\
*
.log
*
.toc
*
.aux
*
.dvi
*
.html
*
.txt
\
gmsh.ps gmsh.pdf gmsh.info
*
gmsh-info.tgz
gmsh.ps gmsh.pdf gmsh.info
*
gmsh-info.tgz
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment