diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj index 674ad9ee..e1c83be2 100644 --- a/cryptlib.vcxproj +++ b/cryptlib.vcxproj @@ -319,17 +319,17 @@ Building and assembling rdrand.asm ml.exe /c /nologo /D_M_X86 /W3 /Cx /Zi /safeseh /Fo"$(IntDir)rdrand-x86.obj" "%(FullPath)" - $(IntDir)\rdrand-x86.obj + $(IntDir)\rdrand-x86.obj;%(Outputs) Building and assembling rdrand.asm ml64.exe /c /nologo /D_M_X64 /W3 /Cx /Zi /Fo"$(IntDir)rdrand-x64.obj" "%(FullPath)" - $(IntDir)\rdrand-x64.obj + $(IntDir)\rdrand-x64.obj;%(Outputs) Building and assembling x64dll.asm ml64.exe /c /nologo /D_M_X64 /W3 /Zi /Fo"$(IntDir)x64dll.obj" "%(FullPath)" - $(IntDir)x64dll.obj + $(IntDir)x64dll.obj;%(Outputs) Building and Assembling x64masm.asm