Browse Source

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 years ago
parent
commit
201dfa306a
1 changed files with 1 additions and 0 deletions
  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