mirror of
https://github.com/boostorg/build.git
synced 2026-02-17 13:42:14 +00:00
Correct result of double-patching.
[SVN r75728]
This commit is contained in:
1185
v2/tools/msvc.py
1185
v2/tools/msvc.py
File diff suppressed because it is too large
Load Diff
@@ -9,14 +9,3 @@ def register ():
|
||||
type.register_type('PREPROCESSED_CPP', ['ii'], 'CPP')
|
||||
|
||||
register ()
|
||||
# Copyright David Abrahams 2004. 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 ('PREPROCESSED_C', ['i'], 'C')
|
||||
type.register_type ('PREPROCESSED_CPP', ['ii'], 'CPP')
|
||||
|
||||
register ()
|
||||
|
||||
Reference in New Issue
Block a user