Skip to content

MSYS2: SDL2_image 2.8 requires linking with libwebpdemux #114

MSYS2: SDL2_image 2.8 requires linking with libwebpdemux

MSYS2: SDL2_image 2.8 requires linking with libwebpdemux #114

Workflow file for this run

# Use msbuild on Windows to test if building with the Visual Studio project
# file (win/vs2019/Angband.vcxproj) works.
name: msbuild
on:
push:
branches: [ main ]
pull_request:
jobs:
build:
name: Stock
runs-on: windows-latest
steps:
- name: Add msbuild to PATH
uses: microsoft/[email protected]
- name: Clone Project
uses: actions/checkout@v3
- name: Build
run: |
# Copy the project file so that the project directory inferred by
# msbuild matches up with the location of the source files as
# specified in the project file.
xcopy src\win\vs2019\Angband.vcxproj .\
xcopy src\win\vs2019\Angband.vcxproj.filters .\
xcopy src\win\vs2019\Angband.vcxproj.user .\
msbuild Angband.vcxproj