Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
dynare
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
122
Issues
122
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dynare
dynare
Commits
2a5ee626
Commit
2a5ee626
authored
Jul 09, 2018
by
Sébastien Villemot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade Octave version in Windows NSIS file
parent
3863a743
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
windows/dynare.nsi
windows/dynare.nsi
+2
-2
No files found.
windows/dynare.nsi
View file @
2a5ee626
...
@@ -112,12 +112,12 @@ SectionGroupEnd
...
@@ -112,12 +112,12 @@ SectionGroupEnd
SectionGroup "MEX files for OCTAVE"
SectionGroup "MEX files for OCTAVE"
Section "MEX files for Octave 4.
2.1
(MinGW, 64bit)"
Section "MEX files for Octave 4.
4.0
(MinGW, 64bit)"
SetOutPath $INSTDIR\mex\octave
SetOutPath $INSTDIR\mex\octave
File ..\mex\octave\*
File ..\mex\octave\*
SectionEnd
SectionEnd
Section "MEX files for Octave 4.
2.1
(MinGW, 32bit)"
Section "MEX files for Octave 4.
4.0
(MinGW, 32bit)"
SetOutPath $INSTDIR\mex\octave32
SetOutPath $INSTDIR\mex\octave32
File ..\mex\octave32\*
File ..\mex\octave32\*
SectionEnd
SectionEnd
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment