summaryrefslogtreecommitdiff
path: root/cryptdll.vcxproj
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2016-10-15 21:11:34 -0400
committerJeffrey Walton <noloader@gmail.com>2016-10-15 21:11:34 -0400
commit112f720de5c5ab9bfc5633142c689ad88e4c1691 (patch)
treed6a08e67984bde0ca055360f3dce40fafea6f6ac /cryptdll.vcxproj
parentdc035c6bc0d7914de61506ea67e34b46eb7721b0 (diff)
downloadcryptopp-git-112f720de5c5ab9bfc5633142c689ad88e4c1691.tar.gz
Add Output for clean rule
Diffstat (limited to 'cryptdll.vcxproj')
-rw-r--r--cryptdll.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/cryptdll.vcxproj b/cryptdll.vcxproj
index b1efa601..a353fe07 100644
--- a/cryptdll.vcxproj
+++ b/cryptdll.vcxproj
@@ -171,7 +171,7 @@
<CustomBuild Condition="'$(Platform)'=='x64' AND ('$(Configuration)'=='Debug' Or '$(Configuration)'=='Release')" Include="x64dll.asm">
<Message>Building and assembling x64dll.asm</Message>
<Command>ml64.exe /c /nologo /D_M_X64 /W3 /Zi /Fo"$(IntDir)x64dll.obj" "%(FullPath)"</Command>
- <Outputs>$(IntDir)x64dll.obj</Outputs>
+ <Outputs>$(IntDir)x64dll.obj;%(Outputs)</Outputs>
</CustomBuild>
</ItemGroup>