Commit 886c0e65 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed Win64 build

parent 7c3c7316
Subproject commit 0e3dd8c9cf04ef6f7bbef7d9605c925b40789343 Subproject commit a7cf97e6611b34c12d97d698bfbe5d3dcd38e6d5
Subproject commit 43eb9013a102c75b33fb766e32c13b08c4d8a57b Subproject commit 720fb20876832bd7a542dc600befc36c021a379d
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<DebugType>pdbonly</DebugType> <DebugType>pdbonly</DebugType>
<Optimize>true</Optimize> <Optimize>true</Optimize>
<OutputPath>Bin\Release</OutputPath> <OutputPath>Bin\Release</OutputPath>
<DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE</DefineConstants> <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE;USE_KOPILUA</DefineConstants>
<NoStdLib>true</NoStdLib> <NoStdLib>true</NoStdLib>
<NoConfig>true</NoConfig> <NoConfig>true</NoConfig>
<ErrorReport>prompt</ErrorReport> <ErrorReport>prompt</ErrorReport>
......
erase tests\*.dll
msbuild NLua.sln /p:Configuration=ReleaseKopiLua
cd tests/
nunit-console NLuaTest.dll /xml=$1
erase tests\*.dll erase tests\*.dll
cd Core\KeraLua cd Core\KeraLua
call Makefile.Win32.bat call Makefile.Win64.bat
msbuild KeraLua.sln /p:Configuration=Release msbuild KeraLua.sln /p:Configuration=Release
cd ..\.. cd ..\..
xcopy Core\KeraLua\external\lua\win32\bin\*.dll tests\*.dll xcopy Core\KeraLua\external\lua\win64\bin\*.dll tests\*.dll
msbuild NLua.sln /p:Configuration=Release msbuild NLua.sln /p:Configuration=Release
cd tests/ cd tests/
nunit-console NLuaTest.dll /xml=$1 nunit-console NLuaTest.dll /xml=$1
cd .. cd ..
erase tests\*.dll
msbuild NLua.sln /p:Configuration=ReleaseKopiLua
cd tests/
nunit-console NLuaTest.dll /xml=$1
erase tests\*.dll
cd Core\KeraLua
call Makefile.Win64.bat
msbuild KeraLua.sln /p:Configuration=Release
cd ..\..
xcopy Core\KeraLua\external\lua\win64\bin\*.dll tests\*.dll
msbuild NLua.sln /p:Configuration=Release
cd tests/
nunit-console NLuaTest.dll /xml=$1
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