Fix MingW linker errors

[SVN r65006]
This commit is contained in:
Ion Gaztañaga
2010-08-26 06:56:37 +00:00
parent 4df2673851
commit 41da46b4d3
2 changed files with 9 additions and 1 deletions

View File

@@ -25,6 +25,10 @@ rule test_all
: # additional args : # additional args
: # test-files : # test-files
: # requirements : # requirements
<toolset>acc:<linkflags>-lrt
<toolset>acc-pa_risc:<linkflags>-lrt
<toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32"
<host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas"
] ; ] ;
} }

View File

@@ -20,10 +20,14 @@ rule test_all
for local fileb in [ glob *.cpp ] for local fileb in [ glob *.cpp ]
{ {
all_rules += [ run $(fileb) all_rules += [ run $(fileb) /boost/thread//boost_thread
: # additional args : # additional args
: # test-files : # test-files
: # requirements : # requirements
<toolset>acc:<linkflags>-lrt
<toolset>acc-pa_risc:<linkflags>-lrt
<toolset>gcc-mingw:<linkflags>"-lole32 -loleaut32"
<host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas"
] ; ] ;
} }