You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ VSYASM
10
10
11
11
This project provides a set of build customisations that can be used within Visual Studio to compile assembly code using YASM.
12
12
Provides Visual Studio integration for the YASM assembler.
13
-
Supports Visual Studio 2010, 2012, 2013, 2015and 2017.
13
+
Supports Visual Studio 2010, 2012, 2013, 2015, 2017 and 2019.
14
14
15
15
## YASM
16
16
@@ -19,10 +19,10 @@ For more information on YASM refer to the official site: [http://yasm.tortall.ne
19
19
20
20
## Installation
21
21
22
-
The project provides a basic installer script that can automatically detect any installed Visual Studio 2013, 2015or 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.
23
23
To use this script simply run '**install_script.bat**' from an elevated command prompt.
24
24
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).
26
26
27
27
From the download archive you will need to extract yasm.exe into a location that Visual Studio can see.
28
28
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
46
46
1. Visual Studio 2013: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\BuildCustomizations
47
47
2. Visual Studio 2015: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V140\BuildCustomizations
48
48
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
49
50
50
51
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.
0 commit comments