Add the three output folders when creating a standalone application from the command line using mcc
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (0)
Ver también
Categorías
Más información sobre Parallel Computing Fundamentals en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!