Changeset 7272828 in rtems
- Timestamp:
- 08/20/06 23:02:44 (17 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a94075b
- Parents:
- 8a1c14b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/mingw/rtems-tools.nsi
r8a1c14b r7272828 149 149 !insertmacro FILE_WRITE_LINE $9 "@echo off" 150 150 !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%" 152 152 !insertmacro FILE_WRITE_LINE $9 "set PROMPT=RTEMS(${RTEMS_TARGET}) $$P$$G" 153 153 !insertmacro FILE_WRITE_LINE $9 "If $\"x%OS%x$\" == $\"xWindows_NTx$\" Goto WinNT_Title"
Note: See TracChangeset
for help on using the changeset viewer.