From 9b57b67429977e2138b85dc923441b21ea98e541 Mon Sep 17 00:00:00 2001 From: Wolfgang Manousek Date: Tue, 28 Mar 2017 09:36:34 +0200 Subject: [PATCH] fix quoting problem --- CNTK.Cpp.props | 4 ++-- Source/ActionsLib/ActionsLib.vcxproj | 2 +- Source/CNTK/CNTK.vcxproj | 2 +- Source/CNTKv2LibraryDll/CNTKv2LibraryDll.vcxproj | 2 +- Source/ComputationNetworkLib/ComputationNetworkLib.vcxproj | 2 +- Source/EvalDll/EvalDll.vcxproj | 2 +- Source/SGDLib/SGDLib.vcxproj | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CNTK.Cpp.props b/CNTK.Cpp.props index dccf23290152..b07feb922ff3 100644 --- a/CNTK.Cpp.props +++ b/CNTK.Cpp.props @@ -14,8 +14,8 @@ "c:\Program Files\NVIDIA Corporation\GDK\gdk_win7_amd64_release\nvml\lib" - "%ProgramW6432%\NVIDIA Corporation\NVSMI" - "c:\local\bindrop\NVSMI" + %ProgramW6432%\NVIDIA Corporation\NVSMI\nvml.dll + c:\local\bindrop\NVSMI\nvml.dll false true diff --git a/Source/ActionsLib/ActionsLib.vcxproj b/Source/ActionsLib/ActionsLib.vcxproj index 4f70b63d0708..85a53a63c839 100644 --- a/Source/ActionsLib/ActionsLib.vcxproj +++ b/Source/ActionsLib/ActionsLib.vcxproj @@ -93,7 +93,7 @@ %(DelayLoadDLLs);nvml.dll - if exist "$(NvmlDllPath)" xcopy /I /D /Y "$(NvmlDllPath)\nvml.dll" "$(TargetDir)" + if exist "$(NvmlDll)" xcopy /I /D /Y "$(NvmlDll)" "$(TargetDir)" Copying NVidia GDK extension DLL to target folder diff --git a/Source/CNTK/CNTK.vcxproj b/Source/CNTK/CNTK.vcxproj index 24c8d3a78147..8c8d7451bccf 100644 --- a/Source/CNTK/CNTK.vcxproj +++ b/Source/CNTK/CNTK.vcxproj @@ -138,7 +138,7 @@ %(AdditionalLibraryDirectories);$(CudaLibPath) - xcopy /I /D /Y "$(ProjectDir)BrainScript\CNTKCoreLib\CNTK.core.bs" "$(TargetDir)" && if exist "$(NvmlDllPath)" xcopy /I /D /Y "$(NvmlDllPath)\nvml.dll" "$(TargetDir)" + xcopy /I /D /Y "$(ProjectDir)BrainScript\CNTKCoreLib\CNTK.core.bs" "$(TargetDir)" && if exist "$(NvmlDll)" xcopy /I /D /Y "$(NvmlDll)" "$(TargetDir)" Copying dependencies diff --git a/Source/CNTKv2LibraryDll/CNTKv2LibraryDll.vcxproj b/Source/CNTKv2LibraryDll/CNTKv2LibraryDll.vcxproj index 72ecf14cebea..649c649b1378 100644 --- a/Source/CNTKv2LibraryDll/CNTKv2LibraryDll.vcxproj +++ b/Source/CNTKv2LibraryDll/CNTKv2LibraryDll.vcxproj @@ -117,7 +117,7 @@ %(AdditionalLibraryDirectories);$(CudaLibPath) - if exist "$(NvmlDllPath)" xcopy /I /D /Y "$(NvmlDllPath)\nvml.dll" "$(TargetDir)" + if exist "$(NvmlDll)" xcopy /I /D /Y "$(NvmlDll)" "$(TargetDir)" Copying NVidia GDK extension DLL to target folder diff --git a/Source/ComputationNetworkLib/ComputationNetworkLib.vcxproj b/Source/ComputationNetworkLib/ComputationNetworkLib.vcxproj index 522d0139e1d3..5a153d166c58 100644 --- a/Source/ComputationNetworkLib/ComputationNetworkLib.vcxproj +++ b/Source/ComputationNetworkLib/ComputationNetworkLib.vcxproj @@ -81,7 +81,7 @@ %(DelayLoadDLLs);nvml.dll;$(CudaRuntimeDll) - if exist "$(NvmlDllPath)" xcopy /I /D /Y "$(NvmlDllPath)\nvml.dll" "$(TargetDir)" + if exist "$(NvmlDll)" xcopy /I /D /Y "$(NvmlDll)" "$(TargetDir)" Copying NVidia GDK extension DLL to target folder diff --git a/Source/EvalDll/EvalDll.vcxproj b/Source/EvalDll/EvalDll.vcxproj index 428e7db3905c..0df119f3ba07 100644 --- a/Source/EvalDll/EvalDll.vcxproj +++ b/Source/EvalDll/EvalDll.vcxproj @@ -124,7 +124,7 @@ %(AdditionalLibraryDirectories);$(CudaLibPath) - if exist "$(NvmlDllPath)" xcopy /I /D /Y "$(NvmlDllPath)\nvml.dll" "$(TargetDir)" + if exist "$(NvmlDll)" xcopy /I /D /Y "$(NvmlDll)" "$(TargetDir)" Copying NVidia GDK extension DLL to target folder diff --git a/Source/SGDLib/SGDLib.vcxproj b/Source/SGDLib/SGDLib.vcxproj index 6c57eef65407..eb33e81eb077 100644 --- a/Source/SGDLib/SGDLib.vcxproj +++ b/Source/SGDLib/SGDLib.vcxproj @@ -96,7 +96,7 @@ %(DelayLoadDLLs);nvml.dll;$(CudaRuntimeDll) - if exist "$(NvmlDllPath)" xcopy /I /D /Y "$(NvmlDllPath)\nvml.dll" "$(TargetDir)" + if exist "$(NvmlDll)" xcopy /I /D /Y "$(NvmlDll)" "$(TargetDir)" Copying NVidia GDK extension DLL to target folder