Closed alpha version 1.6.3.6: Fix instructions.

This commit is contained in:
John Preston 2019-04-04 21:51:06 +04:00
parent 839cedde65
commit 6021923bf1

View file

@ -91,7 +91,7 @@ Open **x86 Native Tools Command Prompt for VS 2019.bat**, go to ***BuildPath***
cd openal-soft
git checkout fix_macro
cd build
cmake -G "Visual Studio 16 2019" -D LIBTYPE:STRING=STATIC -D FORCE_STATIC_VCRT:STRING=ON ..
cmake -G "Visual Studio 16 2019" -A Win32 -D LIBTYPE:STRING=STATIC -D FORCE_STATIC_VCRT:STRING=ON ..
msbuild OpenAL.vcxproj /property:Configuration=Debug
msbuild OpenAL.vcxproj /property:Configuration=Release
cd ..\..