|
|
@ -58,8 +58,8 @@ jobs: |
|
|
|
- name: Build VS2019 Projects |
|
|
|
run: | |
|
|
|
cd projects/VS2017 |
|
|
|
MSBuild.exe raylib.sln /target:raylib /p:OutputPath="..\..\..\build\raylib_3.1_win${{ matrix.bits }}/lib-msvc16 /property:Configuration=Release /property:Platform=${{ matrix.ARCH }} |
|
|
|
MSBuild.exe raylib.sln /target:raylib /p:OutputPath="..\..\..\build\raylib_3.1_win${{ matrix.bits }}/lib-msvc16 /property:Configuration=Release.DLL /property:Platform=${{ matrix.ARCH }} |
|
|
|
msbuild.exe raylib.sln /target:raylib /p:OutputPath="..\..\..\build\raylib_3.1_win${{ matrix.bits }}/lib-msvc16 /property:Configuration=Release /property:Platform=${{ matrix.ARCH }} |
|
|
|
msbuild.exe raylib.sln /target:raylib /p:OutputPath="..\..\..\build\raylib_3.1_win${{ matrix.bits }}/lib-msvc16 /property:Configuration=Release.DLL /property:Platform=${{ matrix.ARCH }} |
|
|
|
cd ../.. |
|
|
|
if: matrix.compiler == 'msvc16' |
|
|
|
|
|
|
|