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
214 B
8 lines
214 B
3 years ago
|
mkdir build32 & pushd build32
|
||
|
cmake -G "Visual Studio 16 2019" ..
|
||
|
popd
|
||
|
cmake --build build32 --config Release
|
||
|
md Plugins\x86
|
||
|
copy /Y build32\Release\RecastDll.dll Plugins\x86\RecastDll.dll
|
||
|
rmdir /S /Q build32
|
||
|
pause
|