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
1868ca78
Commit
1868ca78
authored
16 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
0c43a596
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
utils/misc/variables.msvc
+7
-6
7 additions, 6 deletions
utils/misc/variables.msvc
with
7 additions
and
6 deletions
utils/misc/variables.msvc
+
7
−
6
View file @
1868ca78
...
...
@@ -5,18 +5,19 @@
##################################################################
# Change this if you want to use the MSVC compiler from the bash shell
# (e.g. in cygwin) instead of using the windows cmd shell. (If you
# don't have all MSVC variables defined you can use this to compile:
# 'cmd.exe /c "vcvars32.bat && make"')
USE_CYGWIN_SHELL=0
# Change this if you want to use a posix shell (e.g. in cygwin) instead
# of the windows cmd shell
USE_WINDOWS_CMD_SHELL=1
ifeq (${USE_CYGWIN_SHELL},0)
ifeq (${USE_WINDOWS_CMD_SHELL},1)
# Change this to match where the gmsh sources are installed
MAKE="E:/src/gmsh/utils/misc/gmake.exe"
UNAME=WIN32MSVC
RM=erase
MV=move
else
# If you don't have all the MSVC variables defined in your POSIX shell
# you can use this to compile: 'cmd.exe /c "vcvars32.bat && make"'
MAKE=make
UNAME=WIN32
RM=rm -f
...
...
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