Skip to content

Commit 833100c

Browse files
committed
Update readme to indicate VS2019 support.
1 parent 08e0f7a commit 833100c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ VSYASM
1010

1111
This project provides a set of build customisations that can be used within Visual Studio to compile assembly code using YASM.
1212
Provides Visual Studio integration for the YASM assembler.
13-
Supports Visual Studio 2010, 2012, 2013, 2015 and 2017.
13+
Supports Visual Studio 2010, 2012, 2013, 2015, 2017 and 2019.
1414

1515
## YASM
1616

@@ -19,10 +19,10 @@ For more information on YASM refer to the official site: [http://yasm.tortall.ne
1919

2020
## Installation
2121

22-
The project provides a basic installer script that can automatically detect any installed Visual Studio 2013, 2015 or 2017 installation and then install the required components.
22+
The project provides a basic installer script that can automatically detect any installed Visual Studio 2013, 2015, 2017 or 2019 installation and then install the required components.
2323
To use this script simply run '**install_script.bat**' from an elevated command prompt.
2424

25-
To manually install the extension you will first need to download the required win32 or win64 binary (depending on your system) from the official YASM website [http://yasm.tortall.net](http://yasm.tortall.net).
25+
Alternatively, to manually install the extension you will first need to download the required win32 or win64 binary (depending on your system) from the official YASM website [http://yasm.tortall.net](http://yasm.tortall.net).
2626

2727
From the download archive you will need to extract yasm.exe into a location that Visual Studio can see.
2828
To tell Visual Studio where to find yasm.exe you have several options:
@@ -46,6 +46,7 @@ For example the location for various Visual Studio versions on a 64 bit system w
4646
1. Visual Studio 2013: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations
4747
2. Visual Studio 2015: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations
4848
3. Visual Studio 2017: C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\BuildCustomizations
49+
4. Visual Studio 2019: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Microsoft\VC\v160\BuildCustomizations
4950

5051
2. Copy these files to a convenient location and set that path in the 'Build Customisations Search Path' in the Visual Studio 'Projects and Solutions|VC++ Project Settings' item in the 'Tools|Options' menu.
5152

0 commit comments

Comments
 (0)