diff options
Diffstat (limited to 'src/tools/msvc/README')
-rw-r--r-- | src/tools/msvc/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/README b/src/tools/msvc/README index ad0eca3672b..bbadb34829c 100644 --- a/src/tools/msvc/README +++ b/src/tools/msvc/README @@ -86,7 +86,7 @@ Description of the internals of the Visual Studio build process By typing 'build' the user starts the build.bat wrapper which simply passes it's arguments to build.pl. In build.pl the user's buildenv.pl is used to set up the build environment -(i. e. path to bison and flex). In addtion his config.pl file is merged into +(i. e. path to bison and flex). In addition his config.pl file is merged into config_default.pl to create the configuration arguments. These configuration arguments are passed over to Mkvcbuild::mkvcbuild (Mkvcbuild.pm) which creates the Visual Studio project and solution files. |