Win32: Get 32-bit Windows build working
authorMark Young <marky@lunarg.com>
Wed, 13 Jan 2016 20:47:16 +0000 (13:47 -0700)
committerMark Young <marky@lunarg.com>
Mon, 25 Jan 2016 18:24:21 +0000 (11:24 -0700)
Also includes changes to allow simultaneous 32-bit and 64-bit Windows builds.

update_external_sources.bat

index 3a15d0b..a76ed80 100755 (executable)
@@ -536,7 +536,7 @@ goto:eof
    REM      set errorCode=1\r
    REM      goto:eof\r
    REM   )\r
-   \r
+\r
    cd ..\r
  \r
    echo Making 64-bit LLVM\r
@@ -559,7 +559,7 @@ goto:eof
    )\r
    REM disable Debug build of LLVM until LunarGLASS cmake files are updated to\r
    REM handle Debug and Release builds of glslang simultaneously, instead of\r
-   REM whatever last lands in "./build32/install"\r
+   REM whatever last lands in "./build/install"\r
    REM   echo Building 64-bit LLVM: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug\r
    REM   msbuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug\r
    REM Check for existence of one lib, even though we should check for all results\r
@@ -658,6 +658,7 @@ goto:eof
    echo *************************\r
    mkdir build32\r
    set SPIRV_TOOLS_BUILD_DIR=%SPIRV_TOOLS_DIR%\build32\r
+
    cd %SPIRV_TOOLS_BUILD_DIR%\r
    \r
    echo Generating 32-bit spirv-tools CMake files for Visual Studio %VS_VERSION% ..\r