diff --git a/crypto/libring.Windows.vcxproj b/crypto/libring.Windows.vcxproj index 7be9948c2b..dccb30f7af 100644 --- a/crypto/libring.Windows.vcxproj +++ b/crypto/libring.Windows.vcxproj @@ -1,5 +1,6 @@  - + {F4C0A1B6-5E09-41C8-8242-3E1F6762FB18} libring.Windows @@ -75,24 +76,6 @@ - - - - - $(IntDir)aes-586.obj; - $(IntDir)aesni-x86.obj; - $(IntDir)vpaes-x86.obj; - $(IntDir)x86-mont.obj; - $(IntDir)chacha-x86.obj; - $(IntDir)ecp_nistz256-x86.obj; - $(IntDir)ghash-x86.obj; - $(IntDir)poly1305-x86.obj; - $(IntDir)sha256-586.obj; - $(IntDir)sha512-586.obj; - - - @@ -116,29 +99,6 @@ sha/asm/sha-x86_64.pl - - - - - $(IntDir)aes-x86_64.obj; - $(IntDir)aesni-x86_64.obj; - $(IntDir)bsaes-x86_64.obj; - $(IntDir)chacha-x86_64.obj; - $(IntDir)vpaes-x86_64.obj; - $(IntDir)rsaz-avx2.obj; - $(IntDir)x86_64-mont.obj; - $(IntDir)x86_64-mont5.obj; - $(IntDir)ecp_nistz256-x86_64.obj; - $(IntDir)p256-x86_64-asm.obj; - $(IntDir)aesni-gcm-x86_64.obj; - $(IntDir)ghash-x86_64.obj; - $(IntDir)poly1305-x86_64.obj; - $(IntDir)sha256-x86_64.obj; - $(IntDir)sha512-x86_64.obj; - - - %(AdditionalIncludeDirectories);..\include diff --git a/mk/perlasm-msbuild.targets b/mk/perlasm-msbuild.targets index ed5bce4a2a..f6e5abeb46 100644 --- a/mk/perlasm-msbuild.targets +++ b/mk/perlasm-msbuild.targets @@ -23,10 +23,24 @@ + + + $(ComputeLibInputsTargets); + ComputeGenerateAsmOutput; + + + + + + + + + +