-
2.1.4 Stable
released this
2024-10-13 18:55:03 +00:00 | 6 commits to master since this releaseThis update introduces minor bug fixes & improvements
Added
- Added new constant
%DEFAULT_BUILD_CONFIGURATION%
which points to the project's default build configuration - Added new dynamic constant
%BUILD_OUTPUT_PATH%
which can be used as%BUILD_OUTPUT_PATH%:release
to show the
output path of a specific build configuration - Refactor CI templates to support dynamic build targets
- Added template
phpexe
&phpgz
for generating executable binaries and compressed executables for the project
Changed
- Refactor phpmake template to support dynamic build targets
Fixed
- ncc will now correctly handle package execution where the main unit is not defined in the package instead of
throwing an exception. - Executable Compiler will now correctly create a directory if it does not exist when compiling a package using gcc
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
0 downloads
- Added new constant