mirror of
https://github.com/haiwen/seafile.git
synced 2025-01-08 11:57:44 +08:00
Merge pull request #2836 from haiwen/fix_win
Add password hash to windows build
This commit is contained in:
commit
64482ab269
@ -194,6 +194,7 @@
|
||||
<ClCompile Include="common\mq-mgr.c" />
|
||||
<ClCompile Include="common\obj-backend-fs.c" />
|
||||
<ClCompile Include="common\obj-store.c" />
|
||||
<ClCompile Include="common\password-hash.c" />
|
||||
<ClCompile Include="common\rpc-service.c" />
|
||||
<ClCompile Include="common\seafile-crypt.c" />
|
||||
<ClCompile Include="common\vc-common.c" />
|
||||
@ -242,6 +243,7 @@
|
||||
<ClInclude Include="common\mq-mgr.h" />
|
||||
<ClInclude Include="common\obj-backend.h" />
|
||||
<ClInclude Include="common\obj-store.h" />
|
||||
<ClInclude Include="common\password-hash.h" />
|
||||
<ClInclude Include="common\seafile-crypt.h" />
|
||||
<ClInclude Include="common\vc-common.h" />
|
||||
<ClInclude Include="daemon\cevent.h" />
|
||||
|
Loading…
Reference in New Issue
Block a user