summaryrefslogtreecommitdiffstats
path: root/contrib/mingw (follow)
Commit message (Collapse)AuthorAgeFilesLines
* contrib: Remove.Joel Sherrill2013-03-1228-3222/+0
|
* RTEMS: Delete ChangeLog files.Gedare Bloom2013-03-081-106/+0
| | | | | | | | | This commit deletes all RTEMS ChangeLog files. These files have been abandoned since converting to git version control. The historical data may be recovered by checking out any commit before this one. Most of the contents of these ChangeLog files can also be found in the git log. Two external ChangeLog files, ChangeLog.slac and ChangeLog.zlib, remain.
* Remove CVS Id Strings (manual edits after script)Joel Sherrill2012-05-111-4/+0
| | | | | | These modifications were required by hand after running the script. In some cases, the file names did not match patterns. In others, the format of the file did not match any common patterns.
* Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill2012-05-1113-30/+0
| | | | | | | | | | | | Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
* Remove all .cvsignore files.Joel Sherrill2012-02-011-1/+0
|
* 2008-09-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill2008-09-084-424/+428
| | | | * AUTHORS, COPYING, README: Convert to UNIX CR/LF style.
* 2007-0823 Chris Johns <chisj@rtems.org>Chris Johns2007-08-222-3/+8
| | | | | * mingw-path.nsi: Change the forward slashes to back slashes for Windows.
* 2007-08-20 Chris Johns <chisj@rtems.org>Chris Johns2007-08-2016-287/+632
| | | | | | | | | | | | | | | | | | | | * filewrite.nsi, getparameters.nsi, instance-check.nsi, mingw-path.nsi, sm-dummy.nsi, strslash.nsi, strstr.nsi, options.nsi: Added the shared between the 2 installer scripts. * msys-path.nsi: Fixed the last LF bug. * rtems-autotools.nsi, rtems-tools.nsi: Fixed the instance check, added a start menu, remove pages from target installers. * rtems.ini: Fixed the URL links. Added support link. * rtems_logo.bmp: Trimmed a little more to get a better image. * ba-wrap.sh: Stop on a error. * build-exes.sh: Use the option parameter variables. Change the order the section appear in the installer.
* 2007-08-03 Chris Johns <chisj@rtems.org>Chris Johns2007-08-049-138/+218
| | | | | | | | | | | | | | | | * rtems_logo.bmp: Clipped to get the correct proportions in the installer's header. * upload.sh: Install only the specific build installers. * rtems.ini: Change to show the actual web paths. * version: Build 15. * build-exes.sh, msys-path.nsi, rtems-autotools.nsi, rtems-tools.nsi: Fixed MSYS path detection. Fixed the uninstaller registry data. Changed the way the top level is generated. Now all the sections are added no matter what target is specified.
* 2007-07-28 Chris Johns <chisj@rtems.org>Chris Johns2007-07-2815-72/+1349
| | | | | | | | | | | * README, build-rpms.sh, rtems.ini, build-exes.sh, rtems-tools.nsi: Updated to the new 4.8 build plus a new installer. * autoconf.def, automake.def, ba-wrap.sh, build-autotools.sh, msys-path.nsi, rtems-autotools.nsi, target-section-text, upload.sh, version: New to version 4.8. Autotools is built when installing.
* 2007-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill2007-05-212-3/+7
| | | | * build-rpms.sh: Fix typos.
* Handle the noarch rpms. Dump the file list.Chris Johns2006-08-271-6/+10
|
* Set the prefix into the MSYS fstab, This is a hack but it works.Chris Johns2006-08-271-0/+48
|
* Ignore more build output files.Chris Johns2006-08-271-1/+1
|
* Build the autotools for each RTEMS target.Chris Johns2006-08-271-7/+22
|
* Move the target list into a shared file.Chris Johns2006-08-271-0/+1
|
* Move the build to host tools out of the target root,Chris Johns2006-08-211-81/+96
|
* Fix the path in the batch file to the installed path.Chris Johns2006-08-201-1/+1
|
* Ignore the build output.Chris Johns2006-08-151-0/+1
|
* 2006-08-07 Chris Johns <chrisj@rtems.org>Chris Johns2006-08-071-0/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * build.sh: Log the script command lines. * build-rpms.sh: Updated to handle a different build processor to a i686. * build-exes.sh: Removed the tool version as Ralf has removed it from the rpms. 2006-08-05 Chris Johns <chrisj@rtems.org> * build-exes.sh: Update the release tag. 2006-08-04 Chris Johns <chrisj@rtems.org> * build-exes.sh: Updated to support the new installer. * build-rpms.sh: Updated to use common rather than base. More rpmbuild work arounds. * build.sh: Fix the return code when used with tee. * rtems.ini: Updated hello screen. * rtems-tools.nsi: Generate the batch files when installing. * AUTHORS, README: Convert to DOS format. 2006-07-22 Chris Johns <chrisj@rtems.org> * COPYING, build.sh, rtems-license.rtf: Changes to the installer and an extra script to build all.
* Log the script command lines.Chris Johns2006-08-071-0/+2
|
* Updated to handle a different build processor to a i686.Chris Johns2006-08-071-50/+47
|
* Removed the tool version as Ralf has removed it from the rpms.Chris Johns2006-08-071-5/+6
|
* Update the release tag.Chris Johns2006-08-051-1/+1
|
* Updated to support the new installer.Chris Johns2006-08-041-6/+25
|
* Updated to use common rather than base. More rpmbuild work arounds.Chris Johns2006-08-041-5/+12
|
* Fix the return code when used with tee.Chris Johns2006-08-041-4/+15
|
* Updated hello screen.Chris Johns2006-08-041-56/+59
|
* Generate the batch files when installing.Chris Johns2006-08-041-9/+81
|
* Convert to DOS format.Chris Johns2006-08-042-19/+19
|
* Changes to the installer and an extra script to build all.Chris Johns2006-07-223-0/+614
|
* 2006-07-21 Chris Johns <chrisj@rtems.org>Chris Johns2006-07-211-0/+6
| | | | | | * build-rpms.sh: Add the build-rpms.sh here until moved to crossrpms. * AUTHORS, ChangeLog, README: Add the support files.
* Add the build-rpms.sh here until moved to crossrpms.Chris Johns2006-07-211-0/+355
|
* Add the support files.Chris Johns2006-07-213-0/+24
|
* Add NSIS installer support for MinGW.Chris Johns2006-07-214-0/+416