Add the three output folders when creating a standalone application from the command line using mcc
2 次查看(过去 30 天)
显示 更早的评论
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 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Parallel Computing Fundamentals 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!