Hi,
I am working on a LCD Display Project with Embedded Wizard. I may use Display setting as one of the the rotations 0, 90, 180 or 270 degree.
Embedded wizard gives us 4 different libewgfx-m7-RotationDegree-gcc.a files in folder as in below SS.

According to my needs, I am using one of the above libewgfx-m7-gcc.a files only. To use it; I decide and later include which lib file I am using within MCUXPresso IDE as follows;

So, if I want to useDisplay as 90 degree Screen Orientation, I open above window under Properties by manually and I just move libewgfx-m7-r90-gcc.a lib to the uppermost of the list. After applying this change and closing the window, I am building the the project.
Now I want to link any of these 4 files to a Preprocessor Defined Symbol within code. According to the Preprocessor Symbol status, I will include one of out of 4 libs to my C code like conditional #if #else #endif statement. Later than I will compile the whole project. So I do not want to manually move lib up or down from "Properties Window" each time.
I do not know it may be easier but I could not find it how I will do that in MCUXPresso. Thanks a lot in advance.