Rechi
Rechi
I added `find_package(Perl REQUIRED)` in the OpenSSL CMakeList.txt, to get an useful error message if Perl isn't installed.
@AlwinEsch @Paxxi now correct include directories should be found for TexturePacker dependencies, even if Strawberry is installed.
> It makes the library building experience way worse not supporting multiple configs. This is not Kodis fault, Microsoft doesn't let you mix Debug and Release configurations. > It makes...
> We do this today so you can't blame that on Microsoft. Yes their linker errors are a pain but they don't apply to dlls and not sure if they...
> I don't like making my life harder than it is But you make it harder for everyone else. In the current solution you can't simply update the library version...
You aren't done with creating a zip file (per target platform) and uploading it to ftp. You also have to rebuild all dependencies and reverse dependencies and upload them too....
> That can easily be fixed by switching back to using more shared libraries instead of static ones. There is no ABI compatibility guarantee just because a library is build...
I don't care about a solution which works in most cases, but about one that always works, so you have to take those rare ABI breaks into account. You start...
addons.xml contains all the info. Besides that the checker doesn't consider anything else then addons.xml (from the server) and the local addon.xml of the currently checked addon.
@Razzeee are you already working on this?