I have a System Build model with User Code Blocks, with c-code using a couples of .lib-files. In MATRIXx 7.16 and earlier one could link them via 'USRLIBS = "c:\mylibfile.lib"' in makeucb.mk, but which way am I supposed to do this in Mtx 7.18 and later?
I have tried some ways, e.g. 'simucb = simlib(), simucb.library = "c:\mylibfile.lib", _simlibs.simucb = simucb' and modifying the xml-file, but I have not succeeded (yet).
Thanks in advance for help!
Andreas