mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 01:14:05 +00:00
msvc docs: no longer need libglib. add libpcre as dependency
This commit is contained in:
parent
000302d257
commit
07aa027167
1 changed files with 2 additions and 2 deletions
|
@ -134,17 +134,17 @@ When running the samples they will need to be able to load the unicorn dlls.
|
|||
|
||||
The unicorn dlls required for 32bit apps are:
|
||||
libgcc_s_dw2-1.dll
|
||||
libglib-2.0-0.dll
|
||||
libiconv-2.dll
|
||||
libintl-8.dll
|
||||
libpcre-1.dll
|
||||
libwinpthread-1.dll
|
||||
unicorn.dll
|
||||
|
||||
The unicorn dlls required for 64bit apps are:
|
||||
libgcc_s_seh-1.dll
|
||||
libglib-2.0-0.dll
|
||||
libiconv-2.dll
|
||||
libintl-8.dll
|
||||
libpcre-1.dll
|
||||
libwinpthread-1.dll
|
||||
unicorn.dll
|
||||
|
||||
|
|
Loading…
Reference in a new issue