forked from Starfield-Reverse-Engineering/CommonLibSF
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: xmake | support plugin installation and packaging (Starfield-Re…
…verse-Engineering#288) - when you build (or run `xmake install`) it will search for the environment variable `XSE_SF_MODS_PATH` or `XSE_SF_GAME_PATH` and copy install files (by default ".dll" and ".pdb") to the root paths listed. More files can be added using `add_installfiles`. - the install path above can be overwritten using `set_installdir` - when you run `xmake package` it will package the same files from above into a zip archive named after the target and the version. - these events can be overwritten on a per-target basis if you wish to make your own install/package logic.
- Loading branch information
Showing
2 changed files
with
63 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters