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
44f160d1
Commit
44f160d1
authored
17 years ago
by
Laurent Van Migroet
Browse files
Options
Downloads
Patches
Plain Diff
add option variable and libextrelease and libextdebug
parent
ebd2f6bf
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
variables.msvc
+5
-1
5 additions, 1 deletion
variables.msvc
with
5 additions
and
1 deletion
variables.msvc
+
5
−
1
View file @
44f160d1
...
@@ -10,10 +10,12 @@ HOSTNAME=localhost
...
@@ -10,10 +10,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 /GR /MT
d
OPTION=
/EHsc /nologo /GR /MT
# Add /MLd for single-thread debug mode
# Add /MLd for single-thread debug mode
# /MTd for multi-thread debug mode
# /MTd for multi-thread debug mode
CXX=${CC} ${OPTION}
# 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
LINKER=cl /F16777216
LINKER=cl /F16777216
...
@@ -45,6 +47,8 @@ DASH=/
...
@@ -45,6 +47,8 @@ DASH=/
# The extension to use for object files, libraries and executables
# The extension to use for object files, libraries and executables
OBJEXT=.obj
OBJEXT=.obj
LIBEXT=.lib
LIBEXT=.lib
LIBEXTRELEASE=_r.lib
LIBEXTDEBUG=_d.lib
EXEEXT=.exe
EXEEXT=.exe
# Installation directories
# Installation directories
...
...
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