source: rtems/contrib/mingw/filewrite.nsi @ 7af2a17

4.104.114.95
Last change on this file since 7af2a17 was 598aab1f, checked in by Chris Johns <chrisj@…>, on 08/20/07 at 02:12:48

2007-08-20 Chris Johns <chisj@…>

  • 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.
  • Property mode set to 100644
File size: 143 bytes
Line 
1!macro FILE_WRITE_LINE Handle Text
2  FileWrite     ${Handle} `${Text}`
3  FileWriteByte ${Handle} "13"
4  FileWriteByte ${Handle} "10"
5!macroend
Note: See TracBrowser for help on using the repository browser.