On 1/15/2015 9:02 AM, Bruce Cran wrote:
> Fix the Windows MNW2 build by updating the library paths and adding
> support for VS2012 and VS2013.

Sorry, the bld_vlv.bat change had a couple of missing parentheses, 
resulting in a build error. The following change fixes it:

diff --git a/Vlv2TbltDevicePkg/bld_vlv.bat b/Vlv2TbltDevicePkg/bld_vlv.bat
index a84d01b..8434654 100644
--- a/Vlv2TbltDevicePkg/bld_vlv.bat
+++ b/Vlv2TbltDevicePkg/bld_vlv.bat
@@ -148,12 +148,14 @@ if defined VS90COMNTOOLS (
      set TOOL_CHAIN_TAG=VS2012
    ) else (
      set TOOL_CHAIN_TAG=VS2012x86
+  )^M
  ) else if defined VS120COMNTOOLS (
    if not defined VSINSTALLDIR call "%VS120COMNTOOLS%\vsvars32.bat"
    if /I "%VS120COMNTOOLS%" == "C:\Program Files\Microsoft Visual 
Studio 12.0\Common7\Tools\" (
      set TOOL_CHAIN_TAG=VS2013
    ) else (
      set TOOL_CHAIN_TAG=VS2013x86
+  )^M
  ) else (
    echo  --ERROR: VS2008/VS2010/VS2012/VS2013 not installed correctly. 
VS90COMNTOOLS/VS100COMNTOOLS/VS110COMNTOOLS/VS120COMNTOOLS not define
    echo.


Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Bruce Cran <[email protected]>

-- 
Bruce Cran

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
edk2-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to