summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj.filters
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2017-11-16 15:29:24 -0500
committerJeffrey Walton <noloader@gmail.com>2017-11-16 15:29:24 -0500
commit8734cfaa07cf5fd442bf7dd8809b3f25b8640ca7 (patch)
treeea32ab197870abadbcc1c8b05f80b9968b5fa307 /cryptdll.vcxproj.filters
parentbd41c3d5dd2598389069a7b6c524ab15dc7be8f0 (diff)
downloadcryptopp-git-8734cfaa07cf5fd442bf7dd8809b3f25b8640ca7.tar.gz
Add sse-simd.cpp to nmake file and vcxproj filters
Diffstat (limited to 'cryptdll.vcxproj.filters')
-rw-r--r--cryptdll.vcxproj.filters3
1 files changed, 3 insertions, 0 deletions
diff --git a/cryptdll.vcxproj.filters b/cryptdll.vcxproj.filters
index 22ff828b..05608922 100644
--- a/cryptdll.vcxproj.filters
+++ b/cryptdll.vcxproj.filters
@@ -179,6 +179,9 @@
<ClCompile Include="skipjack.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="sse-simd.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="strciphr.cpp">
<Filter>Source Files</Filter>
</ClCompile>