diff options
author | Diego Nehab <diego.nehab@gmail.com> | 2018-08-22 17:37:32 -0300 |
---|---|---|
committer | Diego Nehab <diego.nehab@gmail.com> | 2018-08-22 17:37:32 -0300 |
commit | 288219fd6b53ce2e709745c9918aa4c4b7f715c9 (patch) | |
tree | a41f0afa7e6a336e0e889356071d8428d4056484 /Lua.props | |
parent | 648d81281f177f43de3d7b66e5923bdbaaeb25d9 (diff) | |
download | luasocket-288219fd6b53ce2e709745c9918aa4c4b7f715c9.tar.gz luasocket-288219fd6b53ce2e709745c9918aa4c4b7f715c9.tar.bz2 luasocket-288219fd6b53ce2e709745c9918aa4c4b7f715c9.zip |
Update to Visual Studio 2017.
Diffstat (limited to 'Lua.props')
-rwxr-xr-x | Lua.props | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/Lua.props b/Lua.props new file mode 100755 index 0000000..bdfca40 --- /dev/null +++ b/Lua.props | |||
@@ -0,0 +1,28 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
3 | <ImportGroup Label="PropertySheets" /> | ||
4 | <PropertyGroup Label="UserMacros"> | ||
5 | <BUILD>z:\data\build\vc14\</BUILD> | ||
6 | <LUABIN>$(BUILD)\bin\lua\5.3\</LUABIN> | ||
7 | <LUALIB>$(BUILD)\lib\lua\5.3\</LUALIB> | ||
8 | <LUAINC>$(BUILD)\include\lua\5.3\</LUAINC> | ||
9 | </PropertyGroup> | ||
10 | <PropertyGroup> | ||
11 | <_PropertySheetDisplayName>Lua53</_PropertySheetDisplayName> | ||
12 | </PropertyGroup> | ||
13 | <ItemDefinitionGroup /> | ||
14 | <ItemGroup> | ||
15 | <BuildMacro Include="LUALIB"> | ||
16 | <Value>$(LUALIB)</Value> | ||
17 | </BuildMacro> | ||
18 | <BuildMacro Include="LUAINC"> | ||
19 | <Value>$(LUAINC)</Value> | ||
20 | </BuildMacro> | ||
21 | <BuildMacro Include="LUABIN"> | ||
22 | <Value>$(LUABIN)</Value> | ||
23 | </BuildMacro> | ||
24 | <BuildMacro Include="BUILD"> | ||
25 | <Value>$(BUILD)</Value> | ||
26 | </BuildMacro> | ||
27 | </ItemGroup> | ||
28 | </Project> | ||