Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flast/build.extensions
https://github.com/flast/build.extensions
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/flast/build.extensions
- Owner: Flast
- Created: 2012-08-26T15:34:17.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2015-05-13T14:25:53.000Z (over 9 years ago)
- Last Synced: 2023-03-11T05:44:29.776Z (over 1 year ago)
- Size: 285 KB
- Stars: 0
- Watchers: 2
- 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 ([email protected])