Skip to content

Commit

Permalink
🐞 fix: Build MediaInfoDll.vcxproj only
Browse files Browse the repository at this point in the history
  • Loading branch information
caoccao committed Aug 25, 2024
1 parent 8914c32 commit f4ca19b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
run: |
cd ..
git clone https://github.com/caoccao/MediaInfoLib.git
cd MediaInfoLib\Project\MSVC2022
msbuild MediaInfoLib.sln -t:rebuild -verbosity:diag -property:Configuration=Release
cd MediaInfoLib\Project\MSVC2022\Dll
msbuild MediaInfoDll.vcxproj -t:rebuild -verbosity:diag -property:Configuration=Release
- name: Build Better Media Info
run: |
Expand Down
1 change: 1 addition & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ md build
cd build
cmake -A x64 ..\
cmake --build . --config Release
copy zconf.h ..\
```

* Build MediaInfoLib in Visual Studio 2022.
Expand Down

0 comments on commit f4ca19b

Please sign in to comment.