Hello! I need to compile two different applications from the same source code. These applications differ only in package name and resources.
I wanted to use analogues #ifdef #define
, but it turned out that they simply do not exist ...
More specifically, I need to use the resource file (R) of one application in the same source file when compiling an application, and another file for another application.