From 07aa02716731b61d200b6d63f8210aa46a6f6263 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sun, 1 Jan 2017 23:41:15 +0800 Subject: [PATCH] msvc docs: no longer need libglib. add libpcre as dependency --- bindings/msvc/README.TXT | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindings/msvc/README.TXT b/bindings/msvc/README.TXT index 29bc2508..7541a2c4 100644 --- a/bindings/msvc/README.TXT +++ b/bindings/msvc/README.TXT @@ -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