summaryrefslogtreecommitdiff
path: root/infrastructure/msvc
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-01 23:34:07 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-01 23:34:07 +0000
commit16b18f0cf6232b642a9397ffc45dec16973c07eb (patch)
tree9e742ac5fcd973e0e93a4175d0e13594696bb654 /infrastructure/msvc
parentdfc4b0045410d3d8a7d5421ed7ccfb32b9e867ac (diff)
Fix another incorrect PCRE library path.
Diffstat (limited to 'infrastructure/msvc')
-rw-r--r--infrastructure/msvc/2010/common.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/msvc/2010/common.vcxproj b/infrastructure/msvc/2010/common.vcxproj
index e8c6882a..21cb00c9 100644
--- a/infrastructure/msvc/2010/common.vcxproj
+++ b/infrastructure/msvc/2010/common.vcxproj
@@ -65,7 +65,7 @@
<CustomBuildStep />
<CustomBuildStep />
<Lib>
- <AdditionalDependencies>Ws2_32.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2010\debug\pcre.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2010\debug\pcreposix.lib;$(ProjectDir)..\..\..\..\openssl-$(Platform)\lib\libeay32.lib;$(ProjectDir)..\..\..\..\openssl-$(Platform)\lib\ssleay32.lib;$(ProjectDir)..\..\..\..\zlib\lib\zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
+ <AdditionalDependencies>Ws2_32.lib;$(ProjectDir)..\..\..\..\pcre-$(Platform)\lib\pcred.lib;$(ProjectDir)..\..\..\..\pcre\build\vc2010\debug\pcreposix.lib;$(ProjectDir)..\..\..\..\openssl-$(Platform)\lib\libeay32.lib;$(ProjectDir)..\..\..\..\openssl-$(Platform)\lib\ssleay32.lib;$(ProjectDir)..\..\..\..\zlib\lib\zdll.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Lib>
<PreBuildEvent>
<Command>perl $(ProjectDir)..\getversion.pl</Command>