瀏覽代碼

tools/msvc/starpu_exec.bat: starpu dll files must be copied without the dll extension, other dll files have to keep their extension

Nathalie Furmento 12 年之前
父節點
當前提交
201dfa306a
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      tools/msvc/starpu_exec.bat

+ 1 - 0
tools/msvc/starpu_exec.bat

@@ -27,6 +27,7 @@ IF NOT EXIST %STARPUPATH%\AUTHORS GOTO starpunotfound
 
 COPY %1 starpu\starpu_appli.c
 FOR %%F IN (%STARPUPATH%\bin\*dll) DO COPY %%F starpu\%%~nF
+FOR %%F IN (%STARPUPATH%\bin\*dll) DO COPY %%F starpu\%%F
 COPY c:\MinGW\bin\pthreadGC2.dll starpu
 IF EXIST Debug RMDIR /S /Q Debug
 IF EXIST starpu\Debug RMDIR /S /Q starpu\Debug