Commit dc6d8088 authored by Vinicius Jarina's avatar Vinicius Jarina
Browse files

Fixed 64bit build (Windows)

parent 886c0e65
Subproject commit a7cf97e6611b34c12d97d698bfbe5d3dcd38e6d5
Subproject commit da02ed9233026812f4e21f0792bda6e1566966bd
erase tests\*.dll
msbuild NLua.sln /p:Configuration=ReleaseKopiLua
msbuild NLua.sln /p:Configuration=ReleaseKopiLua /p:Platform="Any CPU"
cd tests/
nunit-console NLuaTest.dll /xml=$1
cd ..
\ No newline at end of file
erase tests\*.dll
cd Core\KeraLua
call Makefile.Win64.bat
msbuild KeraLua.sln /p:Configuration=Release
call Makefile.Win32.bat
msbuild KeraLua.sln /p:Configuration=Release /p:Platform="Any CPU"
cd ..\..
xcopy Core\KeraLua\external\lua\win64\bin\*.dll tests\*.dll
msbuild NLua.sln /p:Configuration=Release
xcopy Core\KeraLua\external\lua\win32\bin\*.dll tests\*.dll
msbuild NLua.sln /p:Configuration=Release /p:Platform="Any CPU"
cd tests/
nunit-console NLuaTest.dll /xml=$1
cd ..
......
erase tests\*.dll
cd Core\KeraLua
call Makefile.Win64.bat
msbuild KeraLua.sln /p:Configuration=Release
msbuild KeraLua.sln /p:Configuration=Release /p:Platform="Any CPU"
cd ..\..
xcopy Core\KeraLua\external\lua\win64\bin\*.dll tests\*.dll
msbuild NLua.sln /p:Configuration=Release
xcopy Core\KeraLua\external\lua\win64\bin64\*.dll tests\*.dll
msbuild NLua.sln /p:Configuration=Release /p:Platform="Any CPU"
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