Make sure to copy pcre.h to library path, when building Win32/Debug in VS2012.

This commit is contained in:
Peter Olsson 2014-04-11 16:35:19 +02:00
parent 38c6e89db0
commit c915139a00
1 changed files with 3 additions and 0 deletions

View File

@ -142,6 +142,9 @@
<Bscmake>
<SuppressStartupBanner>true</SuppressStartupBanner>
</Bscmake>
<PreBuildEvent>
<Command>if not exist "$(ProjectDir)..\..\pcre-8.34\pcre.h" type "$(ProjectDir)\pcre.h" &gt; "$(ProjectDir)..\..\pcre-8.34\pcre.h"</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
<ClCompile>