remove tabs

[SVN r20965]
This commit is contained in:
Beman Dawes 2003-11-26 18:13:24 +00:00
parent 64ee878711
commit 3e5d183de7

View File

@ -22,11 +22,11 @@ run
# sources # sources
../operations_test.cpp ../operations_test.cpp
: :
: # input files : # input files
: # requirements : # requirements
<library-path>../../../../stage/lib <library-path>../../../../stage/lib
<define>BOOST_LIB_DIAGNOSTIC=1 <define>BOOST_LIB_DIAGNOSTIC=1
: # program name : # program name
operations_test operations_test
; ;
@ -36,12 +36,12 @@ run
# sources # sources
../operations_test.cpp ../operations_test.cpp
: :
: # input files : # input files
: # requirements : # requirements
<library-path>../../../../stage/lib <library-path>../../../../stage/lib
<define>BOOST_LIB_DIAGNOSTIC=1 <define>BOOST_LIB_DIAGNOSTIC=1
<define>BOOST_ALL_DYN_LINK=1 <define>BOOST_ALL_DYN_LINK=1
<runtime-link>dynamic <runtime-link>dynamic
: # program name : # program name
operations_test_dll operations_test_dll
; ;