diff --git a/cryptlib.vcxproj b/cryptlib.vcxproj
index 7357b047..7ecc5511 100644
--- a/cryptlib.vcxproj
+++ b/cryptlib.vcxproj
@@ -314,12 +314,15 @@ echo: >> adhoc.cpp.copied
-
+
Building and assembling rdrand.asm
- ml.exe /c /nologo /D_M_X86 /W3 /Cx /Zi /safeseh /Fo"$(IntDir)rdrand-x86.obj" /Zi "%(FullPath)"
- $(IntDir)rdrand-x86.obj
- ml64.exe /c /nologo /D_M_X64 /W3 /Cx /Zi /Fo"$(IntDir)rdrand-x64.obj" /Zi "%(FullPath)"
- $(IntDir)rdrand-x64.obj
+ ml.exe /c /nologo /D_M_X86 /W3 /Cx /Zi /safeseh /Fo"$(IntDir)rdrand-x86.obj" "%(FullPath)"
+ $(IntDir)\rdrand-x86.obj
+
+
+ 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
true