Skip to content

Commit d78544b

Browse files
committed
fix storesafe#32 Windows build fails due to incorrect dep references
1 parent 398b059 commit d78544b

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed

src/windows/SQLite3-Win-RT/SQLite3/SQLite3.Shared.vcxitems

+27-27
Original file line numberDiff line numberDiff line change
@@ -27,85 +27,85 @@
2727
<ClCompile Include="$(MSBuildThisFileDirectory)Constants.cpp" />
2828
<ClCompile Include="$(MSBuildThisFileDirectory)Database.cpp" />
2929
<ClCompile Include="$(MSBuildThisFileDirectory)Statement.cpp" />
30-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\common\sqlite3.c">
30+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\common\sqlite3.c">
3131
<CompileAsWinRT>false</CompileAsWinRT>
3232
</ClCompile>
33-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\cbc_encrypt.c">
33+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\cbc_encrypt.c">
3434
<CompileAsWinRT>false</CompileAsWinRT>
3535
</ClCompile>
36-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\cbc_decrypt.c">
36+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\cbc_decrypt.c">
3737
<CompileAsWinRT>false</CompileAsWinRT>
3838
</ClCompile>
39-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\cbc_start.c">
39+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\cbc_start.c">
4040
<CompileAsWinRT>false</CompileAsWinRT>
4141
</ClCompile>
42-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\cbc_done.c">
42+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\cbc_done.c">
4343
<CompileAsWinRT>false</CompileAsWinRT>
4444
</ClCompile>
45-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_find_cipher.c">
45+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_find_cipher.c">
4646
<CompileAsWinRT>false</CompileAsWinRT>
4747
</ClCompile>
48-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_find_hash.c">
48+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_find_hash.c">
4949
<CompileAsWinRT>false</CompileAsWinRT>
5050
</ClCompile>
51-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_register_hash.c">
51+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_register_hash.c">
5252
<CompileAsWinRT>false</CompileAsWinRT>
5353
</ClCompile>
54-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_register_cipher.c">
54+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_register_cipher.c">
5555
<CompileAsWinRT>false</CompileAsWinRT>
5656
</ClCompile>
57-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_register_prng.c">
57+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_register_prng.c">
5858
<CompileAsWinRT>false</CompileAsWinRT>
5959
</ClCompile>
60-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_argchk.c">
60+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_argchk.c">
6161
<CompileAsWinRT>false</CompileAsWinRT>
6262
</ClCompile>
63-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_cipher_is_valid.c">
63+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_cipher_is_valid.c">
6464
<CompileAsWinRT>false</CompileAsWinRT>
6565
</ClCompile>
66-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_cipher_descriptor.c">
66+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_cipher_descriptor.c">
6767
<CompileAsWinRT>false</CompileAsWinRT>
6868
</ClCompile>
69-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_prng_descriptor.c">
69+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_prng_descriptor.c">
7070
<CompileAsWinRT>false</CompileAsWinRT>
7171
</ClCompile>
72-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_hash_is_valid.c">
72+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_hash_is_valid.c">
7373
<CompileAsWinRT>false</CompileAsWinRT>
7474
</ClCompile>
75-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\crypt_hash_descriptor.c">
75+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\crypt_hash_descriptor.c">
7676
<CompileAsWinRT>false</CompileAsWinRT>
7777
</ClCompile>
78-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\hash_memory.c">
78+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\hash_memory.c">
7979
<CompileAsWinRT>false</CompileAsWinRT>
8080
</ClCompile>
81-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\zeromem.c">
81+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\zeromem.c">
8282
<CompileAsWinRT>false</CompileAsWinRT>
8383
</ClCompile>
84-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\pkcs_5_2.c">
84+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\pkcs_5_2.c">
8585
<CompileAsWinRT>false</CompileAsWinRT>
8686
</ClCompile>
87-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\aes.c">
87+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\aes.c">
8888
<CompileAsWinRT>false</CompileAsWinRT>
8989
</ClCompile>
90-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\sha1.c">
90+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\sha1.c">
9191
<CompileAsWinRT>false</CompileAsWinRT>
9292
</ClCompile>
93-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\hmac_init.c">
93+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\hmac_init.c">
9494
<CompileAsWinRT>false</CompileAsWinRT>
9595
</ClCompile>
96-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\hmac_memory.c">
96+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\hmac_memory.c">
9797
<CompileAsWinRT>false</CompileAsWinRT>
9898
</ClCompile>
99-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\hmac_process.c">
99+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\hmac_process.c">
100100
<CompileAsWinRT>false</CompileAsWinRT>
101101
</ClCompile>
102-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\hmac_done.c">
102+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\hmac_done.c">
103103
<CompileAsWinRT>false</CompileAsWinRT>
104104
</ClCompile>
105-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\fortuna.c">
105+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\fortuna.c">
106106
<CompileAsWinRT>false</CompileAsWinRT>
107107
</ClCompile>
108-
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\..\external\libTomCrypt\sha256.c">
108+
<ClCompile Include="$(MSBuildThisFileDirectory)..\..\libTomCrypt\sha256.c">
109109
<CompileAsWinRT>false</CompileAsWinRT>
110110
</ClCompile>
111111
<ClCompile Include="$(MSBuildThisFileDirectory)pch.cpp">

0 commit comments

Comments
 (0)