mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
fix windows build for lua 5.2 VS2010
This commit is contained in:
parent
7fb68faa55
commit
cec4b78d53
@ -126,7 +126,10 @@
|
|||||||
<ClCompile Include="lapi.c" />
|
<ClCompile Include="lapi.c" />
|
||||||
<ClCompile Include="lauxlib.c" />
|
<ClCompile Include="lauxlib.c" />
|
||||||
<ClCompile Include="lbaselib.c" />
|
<ClCompile Include="lbaselib.c" />
|
||||||
|
<ClCompile Include="lbitlib.c" />
|
||||||
<ClCompile Include="lcode.c" />
|
<ClCompile Include="lcode.c" />
|
||||||
|
<ClCompile Include="lcorolib.c" />
|
||||||
|
<ClCompile Include="lctype.c" />
|
||||||
<ClCompile Include="ldblib.c" />
|
<ClCompile Include="ldblib.c" />
|
||||||
<ClCompile Include="ldebug.c" />
|
<ClCompile Include="ldebug.c" />
|
||||||
<ClCompile Include="ldo.c" />
|
<ClCompile Include="ldo.c" />
|
||||||
@ -157,6 +160,7 @@
|
|||||||
<ClInclude Include="lapi.h" />
|
<ClInclude Include="lapi.h" />
|
||||||
<ClInclude Include="lauxlib.h" />
|
<ClInclude Include="lauxlib.h" />
|
||||||
<ClInclude Include="lcode.h" />
|
<ClInclude Include="lcode.h" />
|
||||||
|
<ClInclude Include="lctype.h" />
|
||||||
<ClInclude Include="ldebug.h" />
|
<ClInclude Include="ldebug.h" />
|
||||||
<ClInclude Include="ldo.h" />
|
<ClInclude Include="ldo.h" />
|
||||||
<ClInclude Include="lfunc.h" />
|
<ClInclude Include="lfunc.h" />
|
||||||
@ -172,6 +176,7 @@
|
|||||||
<ClInclude Include="ltable.h" />
|
<ClInclude Include="ltable.h" />
|
||||||
<ClInclude Include="ltm.h" />
|
<ClInclude Include="ltm.h" />
|
||||||
<ClInclude Include="lua.h" />
|
<ClInclude Include="lua.h" />
|
||||||
|
<ClInclude Include="lua.hpp" />
|
||||||
<ClInclude Include="luaconf.h" />
|
<ClInclude Include="luaconf.h" />
|
||||||
<ClInclude Include="lualib.h" />
|
<ClInclude Include="lualib.h" />
|
||||||
<ClInclude Include="lundump.h" />
|
<ClInclude Include="lundump.h" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user