summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2015-12-02 19:09:09 +0000
committerChris Wilson <chris+github@qwirx.com>2015-12-02 19:09:09 +0000
commitd56384422843c37b51920c39b272d424f7e4c34a (patch)
treef5f96c875fb23c843f403d69a32cf6aa4fae16b8 /infrastructure
parent16b18f0cf6232b642a9397ffc45dec16973c07eb (diff)
Fix another bad library path, this time pcreposix.lib.
Diffstat (limited to 'infrastructure')
-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 21cb00c9..ceefd548 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-$(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>
+ <AdditionalDependencies>Ws2_32.lib;$(ProjectDir)..\..\..\..\pcre-$(Platform)\lib\pcred.lib;$(ProjectDir)..\..\..\..\pcre-$(Platform)\lib\pcreposixd.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>