summaryrefslogtreecommitdiff
path: root/infrastructure/msvc/2005/win32test.vcproj
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2008-09-06 10:47:41 +0000
committerChris Wilson <chris+github@qwirx.com>2008-09-06 10:47:41 +0000
commit12a75229af3ad311bb46b95b734e4f9f98f36841 (patch)
tree6e451d9277f4157a25075826c87917266bafe35b /infrastructure/msvc/2005/win32test.vcproj
parent276d9fcc457daa657cd21585742cf30d6f8ab8c7 (diff)
Add missing include dirs for pcre, and missing link to advapi32.dll.
Diffstat (limited to 'infrastructure/msvc/2005/win32test.vcproj')
-rw-r--r--infrastructure/msvc/2005/win32test.vcproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/msvc/2005/win32test.vcproj b/infrastructure/msvc/2005/win32test.vcproj
index 460d7660..62d812f3 100644
--- a/infrastructure/msvc/2005/win32test.vcproj
+++ b/infrastructure/msvc/2005/win32test.vcproj
@@ -62,7 +62,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="Ws2_32.lib $(ProjectDir)..\..\..\..\zlib\lib\zdll.lib $(ProjectDir)..\..\..\..\openssl\out32dll\libeay32.lib $(ProjectDir)..\..\..\..\openssl\out32dll\ssleay32.lib $(ProjectDir)..\..\..\Debug\common.lib $(ProjectDir)..\..\..\..\pcre\bin\debug\lib_pcreposix.lib $(ProjectDir)..\..\..\..\pcre\bin\debug\lib_pcre.lib"
+ AdditionalDependencies="Ws2_32.lib Advapi32.lib $(ProjectDir)..\..\..\..\zlib\lib\zdll.lib $(ProjectDir)..\..\..\..\openssl\out32dll\libeay32.lib $(ProjectDir)..\..\..\..\openssl\out32dll\ssleay32.lib $(ProjectDir)..\..\..\Debug\common.lib $(ProjectDir)..\..\..\..\pcre\bin\debug\pcreposix.lib $(ProjectDir)..\..\..\..\pcre\bin\debug\pcre.lib"
OutputFile="$(OutDir)/win32test.exe"
LinkIncremental="2"
GenerateDebugInformation="true"