https://github.com/flast/build.extensions
https://github.com/flast/build.extensions
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/flast/build.extensions
- Owner: Flast
- Created: 2012-08-26T15:34:17.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T14:25:53.000Z (about 11 years ago)
- Last Synced: 2025-08-18T17:43:05.819Z (10 months ago)
- Size: 285 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkd
Awesome Lists containing this project
README
Boost.Build/Extensions
======================
Introduction:
-------------
Usage:
------
import modules ;
modules.load extensions : : /path/to/build.extensions ;
import extensions ;
extensions.import some-module ;
extensions!some-module.some-rule ;
For more details, see wiki page.
License:
--------
Copyright Kohei Takahashi 2012 - 2013.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
Author:
-------
> * Kohei Takahashi (flast@flast.jp)