summaryrefslogtreecommitdiff
path: root/tools/build/v2/tools/types/asm.py
blob: b4e1c30e782ace3d9b95fec4f8827be7dc031b61 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Copyright Craig Rodrigues 2005.
# Copyright (c) 2008 Steven Watanabe
#
# 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)

from b2.build import type

def register():
    type.register_type('ASM', ['s', 'S', 'asm'])

register()