From 112f720de5c5ab9bfc5633142c689ad88e4c1691 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sat, 15 Oct 2016 21:11:34 -0400 Subject: [PATCH] Add Output for clean rule --- cryptdll.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj index b1efa601..a353fe07 100644 --- a/cryptdll.vcxproj +++ b/cryptdll.vcxproj @@ -171,7 +171,7 @@ 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)