STM32 lib option is deprecated RIDE7 STM32

I tried the FreeRTOR Port (7.0.1) for the STM32 Primer and got the Error
Building D:FreeRTOSDemoCORTEX_STM32F103_Primer_GCCRTOSDemo.rapp
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!!! ERROR: STM32 lib option is deprecated !!!
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
The “Use OLD precompiled Library” option cannot be used anymore on STM32.
You need to manually include the Library files in your project. Which files do I have to include manually and how? What changed?
Thanks for the help!