diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-08-09 23:36:39 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-08-15 01:09:15 +0200 |
commit | d12739389796a1b903665983a7b5be845ab2bb89 (patch) | |
tree | 1f6230c2c8436e7258f239bdd6fd0ac12f1474b9 /src | |
parent | b51d8f5386da944fa4c6a40634ca550cadff662b (diff) | |
download | VeraCrypt-d12739389796a1b903665983a7b5be845ab2bb89.tar.gz VeraCrypt-d12739389796a1b903665983a7b5be845ab2bb89.zip |
Windows: Add new crypto files to legacy VC++ 2008 project.
Diffstat (limited to 'src')
-rw-r--r-- | src/Crypto/Crypto.vcproj | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/src/Crypto/Crypto.vcproj b/src/Crypto/Crypto.vcproj index 9f5d4a32..15c5c4fb 100644 --- a/src/Crypto/Crypto.vcproj +++ b/src/Crypto/Crypto.vcproj @@ -435,6 +435,52 @@ > </File> <File + RelativePath=".\Gost89_x64.asm" + > + <FileConfiguration + Name="Debug|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCustomBuildTool" + /> + </FileConfiguration> + <FileConfiguration + Name="Debug|x64" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="echo $(InputFileName) & nasm.exe -Xvc -f win64 -Ox -o "$(TargetDir)\$(InputName).obj" -l "$(TargetDir)\$(InputName).lst" "$(InputPath)"
" + Outputs="$(TargetDir)\$(InputName).obj" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + ExcludedFromBuild="true" + > + <Tool + Name="VCCustomBuildTool" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|x64" + > + <Tool + Name="VCCustomBuildTool" + CommandLine="echo $(InputFileName) & nasm.exe -Xvc -f win64 -Ox -o "$(TargetDir)\$(InputName).obj" -l "$(TargetDir)\$(InputName).lst" "$(InputPath)"
" + Outputs="$(TargetDir)\$(InputName).obj" + /> + </FileConfiguration> + </File> + <File + RelativePath=".\GostCipher.c" + > + </File> + <File + RelativePath=".\kuznyechik.c" + > + </File> + <File RelativePath=".\Rmd160.c" > </File> @@ -447,6 +493,10 @@ > </File> <File + RelativePath=".\Streebog.c" + > + </File> + <File RelativePath=".\Twofish.c" > </File> @@ -489,6 +539,14 @@ > </File> <File + RelativePath=".\GostCipher.h" + > + </File> + <File + RelativePath=".\kuznyechik.h" + > + </File> + <File RelativePath=".\misc.h" > </File> @@ -505,6 +563,10 @@ > </File> <File + RelativePath=".\Streebog.h" + > + </File> + <File RelativePath=".\Twofish.h" > </File> |