| 12345678910111213141516171819202122232425262728 | REMREM StarPU --- Runtime system for heterogeneous multicore architectures.REMREM Copyright (C) 2013-2018                                CNRSREMREM StarPU is free software; you can redistribute it and/or modifyREM it under the terms of the GNU Lesser General Public License as published byREM the Free Software Foundation; either version 2.1 of the License, or (atREM your option) any later version.REMREM StarPU is distributed in the hope that it will be useful, butREM WITHOUT ANY WARRANTY; without even the implied warranty ofREM MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.REMREM See the GNU Lesser General Public License in COPYING.LGPL for more details.REMset PATH=%PATH%;C:\MinGW\msys\1.0\bin;c:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE;c:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\binsh -c "./job-1-build-windows.sh"set PATH=C:\Windows\SysWOW64;C:\Program Files (x86)\Mozilla Firefox;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\SysWOW64;C:\Program Files\Java\jre7\bin;set HWLOC=c:\StarPU\hwloc-win32-build-1.11.0cd starpu_installset STARPU_PATH=%cd%cd bin\msvcstarpu_exec ../../share/doc/starpu/tutorial/hello_world_msvc.c
 |