Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmmp/preprocessor
[deprecated] Scripts used to optimise PocketMine-MP before building phars
https://github.com/pmmp/preprocessor
Last synced: 3 months ago
JSON representation
[deprecated] Scripts used to optimise PocketMine-MP before building phars
- Host: GitHub
- URL: https://github.com/pmmp/preprocessor
- Owner: pmmp
- Archived: true
- Created: 2016-10-16T18:24:39.000Z (about 8 years ago)
- Default Branch: stable
- Last Pushed: 2021-04-07T19:03:47.000Z (over 3 years ago)
- Last Synced: 2024-09-26T10:00:15.189Z (3 months ago)
- Language: C++
- Homepage:
- Size: 46.9 KB
- Stars: 8
- Watchers: 6
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PreProcessor
Scripts used to optimise PocketMine-MP before building phars.These scripts are used by Jenkins to optimize PocketMine-MP source code in production phars.
### PreProcessor.php
This script uses the C preprocessor to pre-process PocketMine-MP source code before it is packaged into a phar. The headers in the `rules/` directory define C macros which are used to preprocess the code and optimize it for use in production.#### Arguments
- `path`: Path to the PocketMine-MP source code to optimize.