I'm trying to get my CCS project transferred over to a codec server build.
in a .cmd file on the Windows box, there is a line "_MBX_collect = MBX_collect;"
Since I'm linking two projects (a library and a regular project), I need the name with the _MBX prefix. If I copy the .cmd file into the directory, will the make use it?
If not, how do I get the equivalent info into the codec build?
Similarly, I have several libraries I'll need to include. Do I just put the files in the lib directory? or in the top level directory? Will they automatically be included in the build? Finally, I'm not sure I need them yet, but I have lots of .h62 and .s62. Do I copy those over? will they be auto-included or do I need to change the Makefile?