Skip to content
Snippets Groups Projects
Commit 24533fce authored by Eric Wait's avatar Eric Wait
Browse files

Compile script now rebuilds mex files each time

parent 580798ce
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ fprintf('\nVisual Studio Compiling: %s...\n', outputFile);
projectRoot = fullfile('..','c',projectName);
result = system(['"' fullfile(vsStruct.vstoolroot,'..','IDE','devenv.com') '"' ' /build "Release|' vsStruct.buildplatform '" "' projectRoot '.sln"']);
result = system(['"' fullfile(vsStruct.vstoolroot,'..','IDE','devenv.com') '"' ' /rebuild "Release|' vsStruct.buildplatform '" "' projectRoot '.sln"']);
if ( result ~= 0 )
error([projectName ': MEX compile failed.']);
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment