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

Added mexHashData to CompileLEVer.

parent 2b8b98ee
Branches
Tags
No related merge requests found
......@@ -71,6 +71,11 @@ fprintf('\nVisual Studio Compiling: %s...\n', ['mexIntegrityCheck.mexw' buildbit
system(['"' fullfile(vstoolroot,'..','IDE','devenv.com') '"' ' /build "Release|' buildplatform '" "..\c\mexIntegrityCheck.sln"']);
fprintf('Done (%d sec)\n\n', toc());
tic();
fprintf('\nVisual Studio Compiling: %s...\n', ['mexHashData.mexw' buildbits]);
system(['"' fullfile(vstoolroot,'..','IDE','devenv.com') '"' ' /build "Release|' buildplatform '" "..\c\mexHashData.sln"']);
fprintf('Done (%d sec)\n\n', toc());
tic();
fprintf('\nVisual Studio Compiling: %s...\n', ['mexCCDistance.mexw' buildbits]);
system(['"' fullfile(vstoolroot,'..','IDE','devenv.com') '"' ' /build "Release|' buildplatform '" "..\c\mexCCDistance.sln"']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment