2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +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 ce09cf9bee
commit 2e06cb8e89

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 ;