diff options
Diffstat (limited to 'libs/libaxolotl/libaxolotl.vcxproj')
-rwxr-xr-x | libs/libaxolotl/libaxolotl.vcxproj | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/libs/libaxolotl/libaxolotl.vcxproj b/libs/libaxolotl/libaxolotl.vcxproj index 1084049a5f..901ffbf3d4 100755 --- a/libs/libaxolotl/libaxolotl.vcxproj +++ b/libs/libaxolotl/libaxolotl.vcxproj @@ -51,5 +51,8 @@ <ClCompile Include="src\curve25519\ed25519\additions\*.c">
<PrecompiledHeader>NotUsing</PrecompiledHeader>
</ClCompile>
- </ItemGroup>
-</Project>
\ No newline at end of file + <ClCompile Include="src\curve25519\ed25519\additions\generalized\*.c">
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
+ </ClCompile>
+ </ItemGroup>
+</Project>
|