Skip to content

Commit

Permalink
v2.6.5. Add support for compiling on macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
David A. Kelley committed Dec 21, 2018
1 parent 7f0fedf commit 3336769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions toolbox.prj
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<deployment-project plugin="plugin.toolbox" plugin-version="1.0">
<configuration file="C:\Users\g1dak02\Documents\MATLAB\mfss\build\..\toolbox.prj" location="C:\Users\g1dak02\Documents\MATLAB\mfss\build\.." name="toolbox" target="target.toolbox" target-name="Package Toolbox">
<configuration file="C:\Users\g1dak02\Documents\MATLAB\MFSS\build\..\toolbox.prj" location="C:\Users\g1dak02\Documents\MATLAB\MFSS\build\.." name="toolbox" target="target.toolbox" target-name="Package Toolbox">
<param.appname>MFSS</param.appname>
<param.authnamewatermark />
<param.email />
<param.company />
<param.summary>Mixed-Frequency State Space Modeling Toolbox</param.summary>
<param.description />
<param.screenshot />
<param.version>2.6.4</param.version>
<param.version>2.6.5</param.version>
<param.output>${PROJECT_ROOT}\MFSS.mltbx</param.output>
<param.products.name>
<item>MATLAB</item>
Expand Down Expand Up @@ -77,7 +77,7 @@
<fileset.depfun.excluded />
<fileset.package />
<build-deliverables>
<file location="C:\Users\g1dak02\Documents\MATLAB\mfss\build\.." name="MFSS.mltbx" optional="false">C:\Users\g1dak02\Documents\MATLAB\mfss\build\..\MFSS.mltbx</file>
<file location="C:\Users\g1dak02\Documents\MATLAB\MFSS\build\.." name="MFSS.mltbx" optional="false">C:\Users\g1dak02\Documents\MATLAB\MFSS\build\..\MFSS.mltbx</file>
</build-deliverables>
<workflow />
<matlab>
Expand Down

0 comments on commit 3336769

Please sign in to comment.