Commit 297e9608 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

[build] Fixed https://github.com/NLua/NLua/issues/95 KopiLua directives was not defined.

parent 3e8a7be4
...@@ -4,7 +4,7 @@ call Makefile.Win32.bat ...@@ -4,7 +4,7 @@ call Makefile.Win32.bat
msbuild KeraLua.Net40.sln /p:Configuration=Release /p:DefineConstants=WSTRING /p:Platform="Any CPU" msbuild KeraLua.Net40.sln /p:Configuration=Release /p:DefineConstants=WSTRING /p:Platform="Any CPU"
cd ..\.. cd ..\..
xcopy Core\KeraLua\external\lua\win32\bin\*.dll tests\*.dll xcopy Core\KeraLua\external\lua\win32\bin\*.dll tests\*.dll
msbuild NLua.Net40.sln /p:Configuration=Release /p:DefineConstants=WSTRING /p:Platform="Any CPU" msbuild NLua.Net40.sln /p:Configuration=Release /p:DefineConstants=WSTRING;LUA_CORE;CATCH_EXCEPTIONS /p:Platform="Any CPU"
cd tests/ cd tests/
nunit-console NLuaTest.dll /xml=$1 nunit-console NLuaTest.dll /xml=$1
cd .. cd ..
......
...@@ -4,7 +4,7 @@ call Makefile.Win64.bat ...@@ -4,7 +4,7 @@ call Makefile.Win64.bat
msbuild KeraLua.Net40.sln /p:Configuration=Release /p:DefineConstants=WSTRING /p:Platform="Any CPU" msbuild KeraLua.Net40.sln /p:Configuration=Release /p:DefineConstants=WSTRING /p:Platform="Any CPU"
cd ..\.. cd ..\..
xcopy Core\KeraLua\external\lua\win64\bin64\*.dll tests\*.dll xcopy Core\KeraLua\external\lua\win64\bin64\*.dll tests\*.dll
msbuild NLua.Net40.sln /p:Configuration=Release /p:DefineConstants=WSTRING /p:Platform="Any CPU" msbuild NLua.Net40.sln /p:Configuration=Release /p:DefineConstants=WSTRING;LUA_CORE;CATCH_EXCEPTIONS /p:Platform="Any CPU"
cd tests/ cd tests/
nunit-console NLuaTest.dll /xml=$1 nunit-console NLuaTest.dll /xml=$1
cd .. cd ..
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