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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
4e8b6636
Commit
4e8b6636
authored
16 years ago
by
Claudine Bon
Browse files
Options
Downloads
Patches
Plain Diff
mods for VC2005
parent
ded72978
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
DataStr/Makefile
+2
-2
2 additions, 2 deletions
DataStr/Makefile
Parser/Makefile
+2
-2
2 additions, 2 deletions
Parser/Makefile
contrib/NR/Makefile
+2
-2
2 additions, 2 deletions
contrib/NR/Makefile
utils/misc/variables.msvc_samcef
+0
-65
0 additions, 65 deletions
utils/misc/variables.msvc_samcef
with
6 additions
and
71 deletions
DataStr/Makefile
+
2
−
2
View file @
4e8b6636
# $Id: Makefile,v 1.
49
2008-06-05 1
3:58:43 geuzaine
Exp $
# $Id: Makefile,v 1.
50
2008-06-05 1
4:26:09 samtech
Exp $
#
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
#
...
...
@@ -23,7 +23,7 @@ include ../variables
LIB
=
../lib/libGmshDataStr
${
LIBEXT
}
INC
=
${
DASH
}
I../Common
INC
=
${
DASH
}
I../DataStr
${
DASH
}
I../Common
CFLAGS
=
${
OPTIM
}
${
FLAGS
}
${
INC
}
${
SYSINCLUDE
}
...
...
This diff is collapsed.
Click to expand it.
Parser/Makefile
+
2
−
2
View file @
4e8b6636
# $Id: Makefile,v 1.15
6
2008-06-05 1
3:58:44 geuzaine
Exp $
# $Id: Makefile,v 1.15
7
2008-06-05 1
4:26:09 samtech
Exp $
#
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
#
...
...
@@ -23,7 +23,7 @@ include ../variables
LIB
=
../lib/libGmshParser
${
LIBEXT
}
INC
=
${
DASH
}
I../Common
${
DASH
}
I../DataStr
${
DASH
}
I../Geo
${
DASH
}
I../Mesh
\
INC
=
${
DASH
}
I../Parser
${
DASH
}
I../Common
${
DASH
}
I../DataStr
${
DASH
}
I../Geo
${
DASH
}
I../Mesh
\
${
DASH
}
I../Post
${
DASH
}
I../Graphics
${
DASH
}
I../Numeric
${
DASH
}
I../Fltk
\
${
DASH
}
I../Plugin
${
DASH
}
I../contrib/ANN/include
...
...
This diff is collapsed.
Click to expand it.
contrib/NR/Makefile
+
2
−
2
View file @
4e8b6636
# $Id: Makefile,v 1.1
3
2008-0
4-23 23:00:40 geuzaine
Exp $
# $Id: Makefile,v 1.1
4
2008-0
6-05 14:26:09 samtech
Exp $
#
# Copyright (C) 1997-2008 C. Geuzaine, J.-F. Remacle
#
...
...
@@ -23,7 +23,7 @@ include ../../variables
LIB
=
../../lib/libGmshNR
${
LIBEXT
}
INC
=
${
DASH
}
I../../Common
${
DASH
}
I../../DataStr
${
DASH
}
I../../Numeric
INC
=
${
DASH
}
I../NR
${
DASH
}
I../../Common
${
DASH
}
I../../DataStr
${
DASH
}
I../../Numeric
# don't optimize this library: there are some problems with gcc...
CFLAGS
=
${
FLAGS
}
${
INC
}
${
SYSINCLUDE
}
...
...
This diff is collapsed.
Click to expand it.
utils/misc/variables.msvc_samcef
deleted
100755 → 0
+
0
−
65
View file @
ded72978
# This is a pre-filled variables file for building a blackbox version
# of Gmsh with Microsoft Visual C++ (MSVC).
#
# This has been tested with MSVC 2003 and MSVC 2008. See
# doc/README.msvc for building instructions.
# OS and host
UNAME=WIN32MSVC
HOSTNAME=localhost
# The names of the C and C++ compilers
CC=cl
CXX=cl /EHsc /nologo /GR /MT
# Use /MLd for single-thread debug mode
# /MTd for multi-thread debug mode
# /MT for multi-thread release mode
# increase stack size to 16Mb to avoid stack overflows in recursive
# tet classification for large 3D Delaunay grids
LINKER=cl /F16777216
# All compiler flags except optimization flags
FLAGS=/DWIN32 /D_USE_MATH_DEFINES /DHAVE_NO_DLL /DHAVE_NO_VSNPRINTF /DHAVE_NO_SNPRINTF /DHAVE_NO_SOCKLEN_T /DHAVE_NO_POST /DHAVE_OCC /DWNT /IC:/OpenCascade6.2.0/ros/inc
# Additional system includes ($INCLUDE is automatically defined by MSVC when
# you launch the MSVC command prompt)
SYSINCLUDE=/I"${INCLUDE}"
# Compiler optimization flags
OPTIM=/O2
# Gmsh subdirectories
GMSH_DIRS=Common DataStr Geo Mesh Numeric Parser contrib/NR
# Gmsh libraries
OCC_LIBS="-lTKSTEP -lTKSTEP209 -lTKSTEPAttr -lTKSTEPBase -lTKIGES -lTKXSBase -lTKOffset -lTKFeat -lTKFillet -lTKBool -lTKShHealing -lTKMesh -lTKHLR -lTKBO -lTKPrim -lTKTopAlgo -lTKGeomAlgo -lTKBRep -lTKGeomBase -lTKG3d -lTKG2d -lTKAdvTools -lTKMath -lTKernel"
GMSH_LIBS=Common/Main.obj lib/*.lib
# How you create a static library on this machine
AR=LIB
ARFLAGS=/OUT:
RANLIB=true
# The symbol used in front of compiler flags
DASH=/
# The extension to use for object files, libraries and executables
OBJEXT=.obj
LIBEXT=.lib
EXEEXT=.exe
# Installation directories
prefix="S:\Lib\gmsh"
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
datadir=${datarootdir}
datarootdir=${prefix}/share
includedir=${prefix}/include
libdir=${exec_prefix}/lib
mandir=${datarootdir}/man
infodir=${datarootdir}/info
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