Building a standalone exe with external compiler in R2012b

I'm trying to build a Matlab 2012b project into a standalone application using Visual Studio 2008 as an external compiler. My compiler choice seems to be ignored; even if I use mbuild -setup to select Visual Studio but then "disable" VS by renaming its folder, the executable is being built, although the build should fail.
The command line I'm using is mcc -v -R nojvm -T compile:exe -e MyApp.
I have been using this method a while ago with R2007b. Has the support for building standalone applications with external compilers been discontinued since then? I found a few vague hints that may indicate so (e.g., http://www.mathworks.com/help/releases/R2012a/toolbox/compiler/f6-22535.html#bsgpsed-1), but it would be quite disappointing.
If anybody can comment on this, I will very much appreciate.

Answers (0)

Categories

Find more on MATLAB Compiler in Help Center and File Exchange

Products

Asked:

on 17 Apr 2013

Commented:

on 25 Nov 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!