Merge pull request #20 in FSA/freeswitch-advantage from ~ANDYWOLK/freeswitch-advantage:feature/FS-10980-update-lua-from-version-5.2.4-to to v1.8-fsa

* commit 'ef86aae1c997fcf38e38a82dd08c40204ed2795a':
  FS-10980: [mod_lua] Update lua version to 5.3.4 and move it to pre-compiled binaries on Windows.
This commit is contained in:
Mike Jerris
2018-03-30 17:49:46 +00:00
7 changed files with 62 additions and 317 deletions
@@ -25,7 +25,7 @@
<Keyword>Win32Proj</Keyword>
</PropertyGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
<Import Project="$(SolutionDir)w32\lua.props"/>
<Import Project="$(SolutionDir)w32\lua.props" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
<ConfigurationType>DynamicLibrary</ConfigurationType>
<CharacterSet>MultiByte</CharacterSet>
@@ -155,10 +155,6 @@
<Project>{202d7a4e-760d-4d0e-afa1-d7459ced30ff}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
<ProjectReference Include="$(SolutionDir)libs\win32\lua\lua.2015.vcxproj">
<Project>{4F990563-6DFB-45C3-B083-1938C6D7FFA4}</Project>
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">