ryzom / ryzomcore

Ryzom Core is the open-source project related to the Ryzom game. This community repository is synchronized with the Ryzom Forge repository, based on the Core branch.
https://wiki.ryzom.dev
GNU Affero General Public License v3.0
341 stars 90 forks source link

Split exedll bnp for external libraries #652

Closed kaetemi closed 1 year ago

kaetemi commented 2 years ago

Since the exedll package is set to do patch relative to patch 1, it is bloated with external libraries that rarely change.

It'll be better to have the external libraries in a separate bnp, to reduce the main exedll patch size.

kaetemi commented 1 year ago

This is done already.