Date
1 - 1 of 1
[Patch 1/3] BaseTools: Correct ReadMe.txt file with CRLF line ending
Zhu, Yonghong <yonghong.zhu@...>
Reviewed-by: Yonghong Zhu <yonghong.zhu@...>
toggle quoted message
Show quoted text
Best Regards, Zhu Yonghong -----Original Message-----
From: Gao, Liming Sent: Thursday, July 28, 2016 4:46 PM To: edk2-devel@... Cc: Zhu, Yonghong <yonghong.zhu@...> Subject: [Patch 1/3] BaseTools: Correct ReadMe.txt file with CRLF line ending Cc: Yonghong Zhu <yonghong.zhu@...> Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Liming Gao <liming.gao@...> --- BaseTools/ReadMe.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BaseTools/ReadMe.txt b/BaseTools/ReadMe.txt index 6330b14..be9ff2a 100644 --- a/BaseTools/ReadMe.txt +++ b/BaseTools/ReadMe.txt @@ -7,9 +7,9 @@ directory contatins tools source. === Windows/Visual Studio Notes === -To build the BaseTools, you should run the standard vsvars32.bat script -from your preferred Visual Studio installation or you can run get_vsvars.bat -to use latest automatically detected version. +To build the BaseTools, you should run the standard vsvars32.bat script +from your preferred Visual Studio installation or you can run +get_vsvars.bat to use latest automatically detected version. In addition to this, you should set the following environment variables: -- 2.8.0.windows.1 |
|