Add the three output folders when creating a standalone application from the command line using mcc

3 views (last 30 days)
Hi,
I am trying to create an standalone application from the command line using mcc. I managed to do it except that I only get one output folder (for testing) while three folders are created when I am using the gui (for redistribution, for redistribution_files_only and for testing).
I would like to know the arguments I should use to create/update these folders when using mcc. So far, I am using the -d flag as below: mcc -mv -o Name -W WinMain:Name -T link:exe -d $(Build.SourcesDirectory)\....\for_testing
Thank you

Answers (0)

Categories

Find more on Standalone Applications in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!