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

Restore project_test2.py to life again.

[SVN r14337]
This commit is contained in:
Vladimir Prus
2002-07-08 09:30:19 +00:00
parent 2390d3c642
commit d17b0bfea5
2 changed files with 4 additions and 4 deletions

View File

@@ -8,9 +8,9 @@ import property ;
feature toolset : : implicit ;
feature optimization : off space speed ;
feature runtime-link : dynamic static : link-incompatible ;
feature runtime-link : dynamic static : link-incompatible optional ;
feature rtti : on off : link-incompatible ;
feature threading : single multi : link-incompatible ;
feature threading : single multi : link-incompatible optional ;
feature "include" : : free path ;
feature variant : debug release : implicit composite ;

View File

@@ -8,9 +8,9 @@ import property ;
feature toolset : : implicit ;
feature optimization : off space speed ;
feature runtime-link : dynamic static : link-incompatible ;
feature runtime-link : dynamic static : link-incompatible optional ;
feature rtti : on off : link-incompatible ;
feature threading : single multi : link-incompatible ;
feature threading : single multi : link-incompatible optional ;
feature "include" : : free path ;
feature variant : debug release : implicit composite ;