diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj index 040698ab..b1efa601 100644 --- a/cryptdll.vcxproj +++ b/cryptdll.vcxproj @@ -153,7 +153,6 @@ - @@ -169,10 +168,10 @@ - - true - ml64.exe /c /nologo /D_M_X64 /W3 /Fo"$(IntDir)x64dll.obj" /Zi "%(FullPath)" - $(IntDir)x64dll.obj;%(Outputs) + + Building and assembling x64dll.asm + ml64.exe /c /nologo /D_M_X64 /W3 /Zi /Fo"$(IntDir)x64dll.obj" "%(FullPath)" + $(IntDir)x64dll.obj