Changeset 2e2cbfa9 in rtems for contrib/mingw/mingw-path.nsi
- Timestamp:
- 08/22/07 23:52:43 (15 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7e8039b
- Parents:
- a23427e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/mingw/mingw-path.nsi
ra23427e r2e2cbfa9 27 27 Exch $R0 28 28 Push $R1 29 StrCpy $R1 "$R0 /bin/gcc.exe"29 StrCpy $R1 "$R0\bin\gcc.exe" 30 30 Push $R1 31 31 Call MinGWCheckFile 32 32 Pop $R1 33 33 StrCmp "ok" 0 Done 34 StrCpy $R1 "$R0 /bin/as.exe"34 StrCpy $R1 "$R0\bin\as.exe" 35 35 Push $R1 36 36 Call MinGWCheckFile 37 37 Pop $R1 38 38 StrCmp "ok" 0 Done 39 StrCpy $R1 "$R0 /bin/ld.exe"39 StrCpy $R1 "$R0\bin\ld.exe" 40 40 Push $R1 41 41 Call MinGWCheckFile
Note: See TracChangeset
for help on using the changeset viewer.