support for build with current Lua version 5.4.1
This may require make spotless make fetch-lua for some platforms.
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
<ClCompile Include="$(LuaDir)lbaselib.c" />
|
||||
<ClCompile Include="$(LuaDir)lbitlib.c">
|
||||
<ExcludedFromBuild Condition="'$(LUA_VERSION)'=='5.4.0'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(LUA_VERSION)'=='5.4.1'">true</ExcludedFromBuild>
|
||||
<ExcludedFromBuild Condition="'$(LUA_VERSION)'=='5.3.5'">false</ExcludedFromBuild>
|
||||
</ClCompile>
|
||||
<ClCompile Include="$(LuaDir)lcode.c" />
|
||||
@@ -354,4 +355,4 @@
|
||||
<Target Name="AfterRebuild">
|
||||
<MSBuild Projects="afternethack.proj" Targets="Build" Properties="Configuration=$(Configuration)" />
|
||||
</Target>
|
||||
</Project>
|
||||
</Project>
|
||||
|
||||
Reference in New Issue
Block a user