Add the three output folders when creating a standalone application from the command line using mcc
3 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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
0 commentaires
Réponses (0)
Voir également
Catégories
En savoir plus sur Standalone Applications dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!