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
63ae208e
Commit
63ae208e
authored
17 years ago
by
Laurent Van Migroet
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
15b1202c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
variables.msvc
+10
-3
10 additions, 3 deletions
variables.msvc
with
10 additions
and
3 deletions
variables.msvc
+
10
−
3
View file @
63ae208e
...
@@ -8,7 +8,12 @@ HOSTNAME=localhost
...
@@ -8,7 +8,12 @@ HOSTNAME=localhost
# The names of the C and C++ compilers
# The names of the C and C++ compilers
CC=cl
CC=cl
CXX=cl /EHsc /nologo
CXX=cl /EHsc /nologo /GR
#MLd --> Single Thread debug ok?
#MTd--> Multit hread debug
# increase stack size to 16Mb to avoid stack overflows in recursive
# increase stack size to 16Mb to avoid stack overflows in recursive
# tet classification for large 3D Delaunay grids
# tet classification for large 3D Delaunay grids
...
@@ -18,7 +23,9 @@ LINKER=cl /F16777216
...
@@ -18,7 +23,9 @@ LINKER=cl /F16777216
FLAGS=/DWIN32 /D_USE_MATH_DEFINES /DHAVE_NO_DLL /DHAVE_NO_VSNPRINTF /DHAVE_NO_SNPRINTF /DHAVE_NO_SOCKLEN_T /DHAVE_ANN /DHAVE_MATH_EVAL /DHAVE_NETGEN /DHAVE_TETGEN
FLAGS=/DWIN32 /D_USE_MATH_DEFINES /DHAVE_NO_DLL /DHAVE_NO_VSNPRINTF /DHAVE_NO_SNPRINTF /DHAVE_NO_SOCKLEN_T /DHAVE_ANN /DHAVE_MATH_EVAL /DHAVE_NETGEN /DHAVE_TETGEN
# Additional system includes
# Additional system includes
SYSINCLUDE=/I"C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE" /I"C:\Program Files\Microsoft SDKs\Windows\v6.0A\include"
#SYSINCLUDE=/I"C:\Program Files\Microsoft Visual Studio 9.0\VC\INCLUDE" /I"C:\Program Files\Microsoft SDKs\Windows\v6.0A\include"
SYSINCLUDE=/I"C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\INCLUDE" /I"C:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include"
# Compiler optimization flags
# Compiler optimization flags
OPTIM=/O2
OPTIM=/O2
...
@@ -43,7 +50,7 @@ LIBEXT=.lib
...
@@ -43,7 +50,7 @@ LIBEXT=.lib
EXEEXT=.exe
EXEEXT=.exe
# Installation directories
# Installation directories
prefix=
/usr/local
prefix=
"S:\Lib\gmsh"
exec_prefix=${prefix}
exec_prefix=${prefix}
bindir=${exec_prefix}/bin
bindir=${exec_prefix}/bin
datadir=${datarootdir}
datadir=${datarootdir}
...
...
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