1 --- boost_1_48_0/project-config.jam 2012-01-05 22:25:47.000000000 +0100
2 +++ project-config.jam 2012-01-05 22:14:39.000000000 +0100
4 # Compiler configuration. This definition will be used unless
5 # you already have defined some toolsets in your user-config.jam
7 -if ! gcc in [ feature.values <toolset> ]
11 +using gcc : w32 : i686-w64-mingw32-g++ ;
12 +using gcc : w64 : x86_64-w64-mingw32-g++ ;
14 project : default-build <toolset>gcc ;