Changeset 7272828 in rtems


Ignore:
Timestamp:
08/20/06 23:02:44 (17 years ago)
Author:
Chris Johns <chrisj@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a94075b
Parents:
8a1c14b
Message:

Fix the path in the batch file to the installed path.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • contrib/mingw/rtems-tools.nsi

    r8a1c14b r7272828  
    149149 !insertmacro FILE_WRITE_LINE $9 "@echo off"
    150150 !insertmacro FILE_WRITE_LINE $9 "rem RTEMS batch file: ${RTEMS_TARGET} (${RTEMS_VERSION})"
    151  !insertmacro FILE_WRITE_LINE $9 "set PATH=c:\rtems\${RTEMS_TARGET}\bin;c:\mingw\bin;c:\msys\1.0\bin;%PATH%"
     151 !insertmacro FILE_WRITE_LINE $9 "set PATH=$INSTDIR\bin;c:\mingw\bin;c:\msys\1.0\bin;%PATH%"
    152152 !insertmacro FILE_WRITE_LINE $9 "set PROMPT=RTEMS(${RTEMS_TARGET}) $$P$$G"
    153153 !insertmacro FILE_WRITE_LINE $9 "If $\"x%OS%x$\" == $\"xWindows_NTx$\" Goto WinNT_Title"
Note: See TracChangeset for help on using the changeset viewer.