2018-08-22 22:37:32 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<ImportGroup Label="PropertySheets" />
|
2019-03-02 00:46:37 +01:00
|
|
|
<PropertyGroup Condition="'$(Platform)'=='x64'" Label="LuaPlat">
|
|
|
|
<LUAPLAT>$(Platform)/$(Configuration)</LUAPLAT>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Platform)'=='Win32'" Label="LuaPlat">
|
|
|
|
<LUAPLAT>$(Configuration)</LUAPLAT>
|
|
|
|
</PropertyGroup>
|
2018-08-22 22:37:32 +02:00
|
|
|
<PropertyGroup Label="UserMacros">
|
2019-03-02 00:46:37 +01:00
|
|
|
<LUAV>5.3</LUAV>
|
|
|
|
<LUAPREFIX>z:\data\build\vc14\</LUAPREFIX>
|
|
|
|
<LUALIB>$(LUAPREFIX)\lib\lua\$(LUAV)\$(LUAPLAT)</LUALIB>
|
|
|
|
<LUACDIR>$(LUAPREFIX)\bin\lua\$(LUAV)\$(LUAPLAT)</LUACDIR>
|
|
|
|
<LUALDIR>$(LUAPREFIX)\bin\lua\$(LUAV)\$(LUAPLAT)\lua</LUALDIR>
|
|
|
|
<LUAINC>$(LUAPREFIX)\include\lua\$(LUAV);$(LUAPREFIX)\include\lua$(LUAV)</LUAINC>
|
|
|
|
<LUALIBNAME>lua$(LUAV.Replace('.', '')).lib</LUALIBNAME>
|
2018-08-22 22:37:32 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup>
|
2019-03-02 00:46:37 +01:00
|
|
|
<_PropertySheetDisplayName>Lua</_PropertySheetDisplayName>
|
2018-08-22 22:37:32 +02:00
|
|
|
</PropertyGroup>
|
|
|
|
<ItemDefinitionGroup />
|
|
|
|
<ItemGroup>
|
2019-03-02 00:46:37 +01:00
|
|
|
<BuildMacro Include="LUAPLAT">
|
|
|
|
<Value>$(LUAPLAT)</Value>
|
|
|
|
</BuildMacro>
|
|
|
|
<BuildMacro Include="LUAPREFIX">
|
|
|
|
<Value>$(LUAPREFIX)</Value>
|
|
|
|
</BuildMacro>
|
|
|
|
<BuildMacro Include="LUAV">
|
|
|
|
<Value>$(LUAV)</Value>
|
|
|
|
</BuildMacro>
|
2018-08-22 22:37:32 +02:00
|
|
|
<BuildMacro Include="LUALIB">
|
|
|
|
<Value>$(LUALIB)</Value>
|
|
|
|
</BuildMacro>
|
|
|
|
<BuildMacro Include="LUAINC">
|
|
|
|
<Value>$(LUAINC)</Value>
|
|
|
|
</BuildMacro>
|
2019-03-02 00:46:37 +01:00
|
|
|
<BuildMacro Include="LUACDIR">
|
|
|
|
<Value>$(LUACDIR)</Value>
|
|
|
|
</BuildMacro>
|
|
|
|
<BuildMacro Include="LUALDIR">
|
|
|
|
<Value>$(LUALDIR)</Value>
|
2018-08-22 22:37:32 +02:00
|
|
|
</BuildMacro>
|
2019-03-02 00:46:37 +01:00
|
|
|
<BuildMacro Include="LUALIBNAME">
|
|
|
|
<Value>$(LUALIBNAME)</Value>
|
2018-08-22 22:37:32 +02:00
|
|
|
</BuildMacro>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|