Skip to content
Snippets Groups Projects
Commit 50ac2afe authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent ad8faddf
No related branches found
No related tags found
No related merge requests found
# $Id: Makefile,v 1.449 2008-01-18 21:00:39 geuzaine Exp $
# $Id: Makefile,v 1.450 2008-01-19 10:13:34 geuzaine Exp $
#
# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
#
......@@ -74,6 +74,10 @@ utils:
cd utils/converters/autocad && ${MAKE}
cd utils/misc && ${MAKE}
biglib:
${AR} ${ARFLAGS}libGmsh${LIBEXT} lib/*${LIBEXT}
${RANLIB} libGmsh${LIBEXT}
.PHONY: doc
doc:
cd doc/texinfo && ${MAKE} all
......
To compile Gmsh with Microsoft Visual C++
1) Install GNU make (e.g. from cygwin or mingw)
1) Install GNU make and related tools (e.g. from cygwin or mingw)
2) launch the Visual Studio command prompt
3) set PATH=%PATH%;C:\cygwin\bin (or wherever the make binary is installed)
3) set PATH=%PATH%;C:\cygwin\bin (or wherever the make tools are installed)
4) go to the gmsh directory and rename "variables.msvc" to "variables"
......
......@@ -8,7 +8,7 @@ HOSTNAME=win
# The names of the C and C++ compilers
CC=cl
CXX=cl /EHsc
CXX=cl /EHsc /nologo
# increase stack size to 16Mb to avoid stack overflows in recursive
# tet classification for large 3D Delaunay grids
......@@ -24,7 +24,7 @@ SYSINCLUDE=/I"C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE" /I"C:\Pro
OPTIM=/O2
# Gmsh subdirectories
GMSH_DIRS=Common DataStr Geo Mesh Post Numeric Parallel Parser Plugin contrib/ANN contrib/MathEval contrib/Netgen contrib/Tetgen contrib/Triangle
GMSH_DIRS=Box Common DataStr Geo Mesh Post Numeric Parallel Parser Plugin contrib/ANN contrib/MathEval contrib/Netgen contrib/NR contrib/Tetgen contrib/Triangle
# Gmsh libraries
GMSH_LIBS=Box/Main.obj lib/*.lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment