summaryrefslogtreecommitdiff
path: root/ckcapi.vcproj
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-12-03 00:20:13 +0000
committerStef Walter <stef@memberwebs.com>2008-12-03 00:20:13 +0000
commitb00eb56b7ffe5019bb33ad399d351b90f4715132 (patch)
tree0dbf8ab4425a6eb4f8cbc028556403515e516d68 /ckcapi.vcproj
parent4b5eb21486d188f57f2bf7a91cd5da225dd3e0d1 (diff)
Add basic key object support. No support yet for actual crypto ops. Not tested. Wanted to check it in so it doesn't get lost as it represents a lot of work.
Diffstat (limited to 'ckcapi.vcproj')
-rw-r--r--ckcapi.vcproj14
1 files changed, 9 insertions, 5 deletions
diff --git a/ckcapi.vcproj b/ckcapi.vcproj
index c2a77bb..5abc307 100644
--- a/ckcapi.vcproj
+++ b/ckcapi.vcproj
@@ -73,7 +73,7 @@
/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="odbc32.lib odbccp32.lib crypt32.lib"
+ AdditionalDependencies="odbc32.lib odbccp32.lib crypt32.lib advapi32.lib"
OutputFile=".\Debug/ckcapi.dll"
LinkIncremental="2"
SuppressStartupBanner="true"
@@ -252,6 +252,10 @@
</FileConfiguration>
</File>
<File
+ RelativePath=".\ckcapi-key.c"
+ >
+ </File>
+ <File
RelativePath="ckcapi-object.c"
>
<FileConfiguration
@@ -381,6 +385,10 @@
>
</File>
<File
+ RelativePath=".\ckcapi-key.h"
+ >
+ </File>
+ <File
RelativePath=".\ckcapi-object.h"
>
</File>
@@ -405,10 +413,6 @@
>
</File>
<File
- RelativePath=".\pkcs11\ckcapi.h"
- >
- </File>
- <File
RelativePath="pkcs11\pkcs11.h"
>
</File>