summaryrefslogtreecommitdiff
path: root/tools/release/sims.pl (follow)
Commit message (Collapse)AuthorAge
* configure: statically link sdl on win32 cross compileAmaury Pouly2016-05-13
| | | | Change-Id: If9115da0470e2c301589329af67433f7260d24d3
* Multiple variables for 'my' need to be in parenthesisThomas Jarosch2015-01-03
| | | | | | | | | | | | | | | perl -wc reported: Parentheses missing around "my" list at sims.pl line 9. Useless use of a variable in void context at sims.pl line 9. Useless use of a variable in void context at sims.pl line 9. Useless use of a variable in void context at sims.pl line 9. Useless use of a variable in void context at sims.pl line 9. Name "main::doonly" used only once: possible typo at sims.pl line 9. -> now it's happy. Change-Id: I3b3685d6918ddb77e47c58bade931897075c6e04
* Don't build sims twiceThomas Jarosch2015-01-03
| | | | | | Some of those builds are already in the 'builds' list. Change-Id: I6985702d50ff00e166463384d78f823f6fad9873
* sims.pl: add a few unusable targetsAmaury Pouly2013-11-13
| | | | Change-Id: I97ab208446c3df5327aa287edb5940aa59908260
* Add some unstable targest to "sim release"Amaury Pouly2013-09-29
| | | | Change-Id: Ie8e3848063dc49004fa68719e031a4950f059033
* Sansa c200v2 is now unstable and no longer needs special consideration for ↵Michael Chicoine2010-08-31
| | | | | | sim builds git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27961 a1c6a512-1295-4272-9138-f99709370657
* Get sims.pl working again after target renameMichael Chicoine2009-12-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23923 a1c6a512-1295-4272-9138-f99709370657
* Rename targets to be consistent in all places. (FS #10819). Take 2.Björn Stenberg2009-12-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23883 a1c6a512-1295-4272-9138-f99709370657
* sims.pl - Do not create zip if build fails. This should prevent working ↵Michael Chicoine2009-12-03
| | | | | | simulator builds being overwritten by failed builds when uploaded to the hosting server. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23827 a1c6a512-1295-4272-9138-f99709370657
* Correct target id for Samsung YH*Michael Chicoine2009-11-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23602 a1c6a512-1295-4272-9138-f99709370657
* OndaVX777 sim now builds so add it back to the list of sims.Michael Chicoine2009-11-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23469 a1c6a512-1295-4272-9138-f99709370657
* Add the Lyre Mini2440 to the list of sims. Remove ifp-7xx and Ondavx777.Jonas Häggqvist2009-10-30
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23429 a1c6a512-1295-4272-9138-f99709370657
* Don't rely on {} expansion since not all shells have that.Jonas Häggqvist2009-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23375 a1c6a512-1295-4272-9138-f99709370657
* Copy SDL.dll from the SDL dir which was used, rather than relying on PATH.Jonas Häggqvist2009-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23374 a1c6a512-1295-4272-9138-f99709370657
* Adapt to the new method of building w32 sims (adds a -w flag).Jonas Häggqvist2009-10-27
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23373 a1c6a512-1295-4272-9138-f99709370657
* Add the Onda 777 to the simulators list.Jonas Häggqvist2009-09-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22590 a1c6a512-1295-4272-9138-f99709370657
* Add some more sims that actually compileJonas Häggqvist2009-07-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21786 a1c6a512-1295-4272-9138-f99709370657
* Add the Onda V747 and V747+ sim builds as well.Jonas Häggqvist2009-06-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21385 a1c6a512-1295-4272-9138-f99709370657
* Add some more sims, and fix a bug which would make it also build c200 if you ↵Jonas Häggqvist2009-06-20
| | | | | | asked for c200v2. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21383 a1c6a512-1295-4272-9138-f99709370657
* Add some more possible sim targets and remove the memory-size variants.Jonas Häggqvist2009-04-04
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20615 a1c6a512-1295-4272-9138-f99709370657
* Remove some more debug output. Add an option to strip binaries. Fix quoting ↵Jonas Häggqvist2009-03-07
| | | | | | at the zip stage. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20225 a1c6a512-1295-4272-9138-f99709370657
* Don't skip the cleanup I commented out for debugging and build all targets ↵Jonas Häggqvist2009-03-06
| | | | | | if no specific targets are specified. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20216 a1c6a512-1295-4272-9138-f99709370657
* Smarten up the w32sims.pl script and rename it to sims.pl, since it does all ↵Jonas Häggqvist2009-03-06
sorts of sims now. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20215 a1c6a512-1295-4272-9138-f99709370657