Selaa lähdekoodia

tools/msvc/starpu_exec.bat: fix syntax

Nathalie Furmento 12 vuotta sitten
vanhempi
commit
45efe5390b
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tools/msvc/starpu_exec.bat

+ 1 - 1
tools/msvc/starpu_exec.bat

@@ -27,7 +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
+FOR %%F IN (%STARPUPATH%\bin\*dll) DO COPY %%F starpu
 COPY c:\MinGW\bin\pthreadGC2.dll starpu
 IF EXIST Debug RMDIR /S /Q Debug
 IF EXIST starpu\Debug RMDIR /S /Q starpu\Debug