Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
dynare
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
Container registry
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dynare
dynare
Commits
573d86bc
Verified
Commit
573d86bc
authored
5 years ago
by
Sébastien Villemot
Browse files
Options
Downloads
Patches
Plain Diff
Windows installer: fix Octave version advertised
parent
5f4b1f26
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
windows/dynare.nsi
+2
-2
2 additions, 2 deletions
windows/dynare.nsi
with
2 additions
and
2 deletions
windows/dynare.nsi
+
2
−
2
View file @
573d86bc
...
...
@@ -101,7 +101,7 @@ Section "MEX files for MATLAB 64-bit, version 9.4 to 9.7 (R2018a to R2019b)"
File ..\mex\matlab\win64-9.4-9.7\*.mexw64
SectionEnd
Section "MEX files for Octave 5.
1
.0 (64-bit)"
Section "MEX files for Octave 5.
2
.0 (64-bit)"
SetOutPath $INSTDIR\mex\octave\win64
File ..\mex\octave\win64\*
SectionEnd
...
...
@@ -121,7 +121,7 @@ Section "MEX files for MATLAB 32-bit, version 7.9 to 8.6 (R2009b to R2015b)"
File ..\mex\matlab\win32-7.9-8.6\*.mexw32
SectionEnd
Section "MEX files for Octave 5.
1
.0 (32-bit)"
Section "MEX files for Octave 5.
2
.0 (32-bit)"
SetOutPath $INSTDIR\mex\octave\win32
File ..\mex\octave\win32\*
SectionEnd
...
...
This diff is collapsed.
Click to expand it.
Sébastien Villemot
@sebastien
mentioned in commit
0fa051fc
·
5 years ago
mentioned in commit
0fa051fc
mentioned in commit 0fa051fc6dc6c33cc3024ab275b8e78cee10cb45
Toggle commit list
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