2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

".cc" is C++, too.

[SVN r18611]
This commit is contained in:
Vladimir Prus
2003-05-30 13:55:48 +00:00
parent 580e289306
commit 1a90e155ac
2 changed files with 2 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ type.set-generated-target-suffix PYTHON_EXTENSION : : so ;
type.set-generated-target-suffix PYTHON_EXTENSION : <os>NT : so ;
type.set-generated-target-suffix PYTHON_EXTENSION : <os>CYGWIN : dll ;
type.register CPP : cpp cxx ;
type.register CPP : cpp cxx cc ;
import stage ;

View File

@@ -253,7 +253,7 @@ type.set-generated-target-suffix PYTHON_EXTENSION : : so ;
type.set-generated-target-suffix PYTHON_EXTENSION : <os>NT : so ;
type.set-generated-target-suffix PYTHON_EXTENSION : <os>CYGWIN : dll ;
type.register CPP : cpp cxx ;
type.register CPP : cpp cxx cc ;
import stage ;