Model RealTime 10.1 2018.03

171688: CQPAR00227554 Variables not expanded in External Library TCs properties

Added support for environment variables in "Include file name" property for External C++ Library TCs. This was delivered in 10.1/10.2 2018.03

171687: CQPAR00227552 - Model Compiler do not generate Inclusion paths specified for external library into the Makefile

Include paths from External C++ Library TCs are now correctly generated into the list of include paths for the TC that have External TCs as prerequisite, directly or indirectly through other TCs. This was delivered in 10.1/10.2 2018.03

171675: CQPAR00227500 Enable Model compiler to generate 0.list file format without the object file extension

By default, model compiler will always generate object file names without extension into *.olist files.
The only case when *.o extension will be added is for GNU make type and only if ALL_OBJS_LIST is redefined like this:
ALL_OBJS_LIST=@$(ALL_OBJS_LISTFILE)
either in TargetRTS in libset.mk or in TC in Compilation Make Insert. This was delivered in 10.1 and 10.2 2018.03