From: Peter Olsson Date: Fri, 11 Apr 2014 14:35:19 +0000 (+0200) Subject: Make sure to copy pcre.h to library path, when building Win32/Debug in VS2012. X-Git-Tag: v1.5.12~200 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c915139a002d0d449cc767271b76e797c85d20d0;p=thirdparty%2Ffreeswitch.git Make sure to copy pcre.h to library path, when building Win32/Debug in VS2012. --- diff --git a/libs/win32/pcre/libpcre.2012.vcxproj b/libs/win32/pcre/libpcre.2012.vcxproj index 1c5d06a3c1..285b6ab9a7 100644 --- a/libs/win32/pcre/libpcre.2012.vcxproj +++ b/libs/win32/pcre/libpcre.2012.vcxproj @@ -142,6 +142,9 @@ true + + if not exist "$(ProjectDir)..\..\pcre-8.34\pcre.h" type "$(ProjectDir)\pcre.h" > "$(ProjectDir)..\..\pcre-8.34\pcre.h" +