Skip to content
Snippets Groups Projects
Commit 088ba038 authored by Mark Winter's avatar Mark Winter
Browse files

Added reseg/mitosis images to compile script.

parent 316ae490
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,8 @@ function CompileLEVer() ...@@ -118,7 +118,8 @@ function CompileLEVer()
% temporarily remove any startup scripts that would normally be run by matlabrc % temporarily remove any startup scripts that would normally be run by matlabrc
enableStartupScripts(false); enableStartupScripts(false);
newOutput = compileMATLAB('LEVer', bindir, {}, toolboxStruct.deps); addImgs = {'+UI\backFrame.png'; '+UI\forwardFrame.png'; '+UI\pause.png';'+UI\play.png';'+UI\stop.png'};
newOutput = compileMATLAB('LEVer', bindir, addImgs, toolboxStruct.deps);
outputFiles = [outputFiles; {newOutput}]; outputFiles = [outputFiles; {newOutput}];
newOutput = compileMATLAB('LEVER_SegAndTrackFolders', bindir, {}, toolboxStruct.deps); newOutput = compileMATLAB('LEVER_SegAndTrackFolders', bindir, {}, toolboxStruct.deps);
......
src/MATLAB/+UI/revert.png

204 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment