summaryrefslogtreecommitdiff
path: root/cryptdll.vcproj
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-12-03 19:51:49 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2007-12-03 19:51:49 +0000
commitd34d068d47616f810a3da2c90dec153f6a147f4e (patch)
tree91ce5ead58be05c3ca080fe1a78465d8e779c616 /cryptdll.vcproj
parentb4f335b4f0df19e4940c5318af45ad114156edf5 (diff)
downloadcryptopp-d34d068d47616f810a3da2c90dec153f6a147f4e.tar.gz
add quotes around $(InputPath) (Laurence Parry)
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@415 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'cryptdll.vcproj')
-rwxr-xr-xcryptdll.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/cryptdll.vcproj b/cryptdll.vcproj
index 2407d5c..24daad4 100755
--- a/cryptdll.vcproj
+++ b/cryptdll.vcproj
@@ -2388,7 +2388,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi $(InputPath)&#x0D;&#x0A;"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi &quot;$(InputPath)&quot;"
Outputs="$(IntDir)\x64masm.obj"
/>
</FileConfiguration>
@@ -2397,7 +2397,7 @@
>
<Tool
Name="VCCustomBuildTool"
- CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi $(InputPath)&#x0D;&#x0A;"
+ CommandLine="ml64.exe /c /nologo /Fo&quot;$(IntDir)\x64masm.obj&quot; /Zi &quot;$(InputPath)&quot;"
Outputs="$(IntDir)\x64masm.obj"
/>
</FileConfiguration>