Commit 42c91f3d authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed ARM WPSL8 build.

parent 4fa2ac00
...@@ -11,15 +11,15 @@ ...@@ -11,15 +11,15 @@
<requireLicenseAcceptance>false</requireLicenseAcceptance> <requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>NLua Package.</description> <description>NLua Package.</description>
<summary>NLua allow use Lua from C#, using Windows, Linux, Mac, iOS , Android, Windows Phone 7 and Windows Phone 8.</summary> <summary>NLua allow use Lua from C#, using Windows, Linux, Mac, iOS , Android, Windows Phone 7 and Windows Phone 8.</summary>
<releaseNotes>NLua 1.2.0 <releaseNotes>NLua 1.2.0
Port to Android 15+ (armeabi, v7a, x86) Port to Android 15+ (armeabi, v7a, x86)
Updated Lua 5.2.2 (patch 7) Updated Lua 5.2.2 (patch 7)
Lot of Bug fixes. Lot of Bug fixes.
NLua 1.1.0 NLua 1.1.0
Port to WP7 (Thanks to Mangatome) Port to WP7 (Thanks to Mangatome)
NLua now using Lua 5.2.2 NLua now using Lua 5.2.2
Bug fixes.</releaseNotes> Bug fixes.</releaseNotes>
<copyright>Copyright (c) 2013 Vinicius Jarina (viniciusjarina@gmail.com)</copyright> <copyright>Copyright (c) 2014 Vinicius Jarina (viniciusjarina@gmail.com)</copyright>
<language /> <language />
<tags>Lua Script NLua LuaInterface</tags> <tags>Lua Script NLua LuaInterface</tags>
</metadata> </metadata>
......
msbuild NLua.WPSL8.sln /p:Configuration=Release /p:DefineConstants="WSTRING;LUA_CORE;CATCH_EXCEPTIONS" /p:Platform="ARM" msbuild NLua.WPSL8.sln /p:Configuration=Release /p:Platform="ARM"
msbuild NLua.WPSL8.sln /p:Configuration=Release /p:Platform="ARM"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment