Putting file properties into matlab-compiled programs/libraries

Is it possible to specify file properties, e.g. version number and copyright information, when using the matlab compiler and have that information added to the file properties viewable by the operating system? I don't see anything about this in the documentation for mcc.

回答(1 个)

I don't think this is directly supported by MATLAB Compiler, but if you know how to do it with the compiler you've selected using "mbuild -setup", you can modify the mbuild options file to do this. See Solution# 1-9PW9L1 for an example that chooses LCC as the compiler.

1 个评论

Thanks. It seems frigging the lcccomp.bat file and using a resource script is the only way to do it.

请先登录,再进行评论。

类别

帮助中心File Exchange 中查找有关 C Shared Library Integration 的更多信息

提问:

Guy
2011-10-21

Community Treasure Hunt

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

Start Hunting!

Translated by