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.
9 lines
367 B
9 lines
367 B
mkdir build64 & pushd build64
|
|
rem cmake -G "Visual Studio 15 2017 Win64" …
|
|
cmake -G "Visual Studio 16 2019" -A "x64" ..
|
|
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
|
|
copy /Y build64\Release\xlua.dll E:\GameCode\arpg_cli_proj\arpg\Assets\Plugins\x86_64\xlua.dll
|
|
pause
|