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

Minor stylistic change in the Boost Build msvc.jam toolset module reordering the included modules.

[SVN r48365]
This commit is contained in:
Jurko Gospodnetić
2008-08-25 02:34:37 +00:00
parent f5b8eb92d6
commit c1dcd48d00

View File

@@ -28,10 +28,10 @@ import feature ;
import generators ;
import mc ;
import midl ;
import property ;
import os ;
import path ;
import pch ;
import property ;
import rc ;
import toolset ;
import type ;