mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-19 01:52:35 -05:00
* WPS editor: set eol-style
* Add CLI-only screenshot utility (using libwps) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18402 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
4f26222a9f
commit
c1c1383e23
9 changed files with 1378 additions and 82 deletions
|
|
@ -1,4 +1,4 @@
|
|||
@echo off
|
||||
FOR /F "tokens=1,2* delims=, " %%i in (targets.txt) do @mingw32-make MODEL=%%j TARGET=%%i build 2>nul
|
||||
echo Copying files...
|
||||
xcopy /I /Y *.dll ..\gui\bin
|
||||
@echo off
|
||||
FOR /F "tokens=1,2* delims=, " %%i in (targets.txt) do @mingw32-make MODEL=%%j TARGET=%%i build 2>nul
|
||||
echo Copying files...
|
||||
xcopy /I /Y *.dll ..\gui\bin
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue