From c915139a002d0d449cc767271b76e797c85d20d0 Mon Sep 17 00:00:00 2001 From: Peter Olsson Date: Fri, 11 Apr 2014 16:35:19 +0200 Subject: [PATCH] Make sure to copy pcre.h to library path, when building Win32/Debug in VS2012. --- libs/win32/pcre/libpcre.2012.vcxproj | 3 +++ 1 file changed, 3 insertions(+) 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" +