You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
286 B
8 lines
286 B
1 month ago
|
mkdir build64 & pushd build64
|
||
|
cmake -G "Visual Studio 14 2015 Win64" ..
|
||
|
IF %ERRORLEVEL% NEQ 0 cmake -G "Visual Studio 15 2017 Win64" ..
|
||
|
popd
|
||
|
cmake --build build64 --config Release
|
||
|
md plugin_lua53\Plugins\x86_64
|
||
|
copy /Y build64\Release\xlua.dll plugin_lua53\Plugins\x86_64\xlua.dll
|
||
|
pause
|