From 4df53900df7a842e1a82ef3e00f1160323b6c959 Mon Sep 17 00:00:00 2001 From: Gerhard Kitzler Date: Wed, 3 Sep 2014 11:56:22 +0000 Subject: [PATCH] removed absolute path from xcopy command --- windows/postBuild_netgen.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/windows/postBuild_netgen.bat b/windows/postBuild_netgen.bat index 452349a2..fd8c8b89 100644 --- a/windows/postBuild_netgen.bat +++ b/windows/postBuild_netgen.bat @@ -116,11 +116,11 @@ if /i "%BUILD_ARCH%" == "win32" ( REM *** Finally copy the FFMPEG dlls to the bin folder *** if /i "%BUILD_ARCH%"=="x64" ( echo Copying FFMPEG dlls - C:\Windows\System32\xcopy "%PROJ_DIR%..\..\ext_libs\FFMPEG\dll\x64\*.dll" "%INSTALL_FOLDER%\bin" /i /d /y + xcopy "%PROJ_DIR%..\..\ext_libs\FFMPEG\dll\x64\*.dll" "%INSTALL_FOLDER%\bin" /i /d /y ) if /i "%BUILD_ARCH%"=="win32" ( echo Copying FFMPEG dlls - C:\Windows\System32\xcopy "%PROJ_DIR%..\..\ext_libs\FFMPEG\dll\Win32\*.dll" "%INSTALL_FOLDER%\bin" /i /d /y + xcopy "%PROJ_DIR%..\..\ext_libs\FFMPEG\dll\Win32\*.dll" "%INSTALL_FOLDER%\bin" /i /d /y ) echo Copying tutorials