mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
2007-0823 Chris Johns <chisj@rtems.org>
* mingw-path.nsi: Change the forward slashes to back slashes for
Windows.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2007-0823 Chris Johns <chisj@rtems.org>
|
||||
|
||||
* mingw-path.nsi: Change the forward slashes to back slashes for
|
||||
Windows.
|
||||
|
||||
2007-08-20 Chris Johns <chisj@rtems.org>
|
||||
|
||||
* filewrite.nsi, getparameters.nsi, instance-check.nsi,
|
||||
|
||||
@@ -26,17 +26,17 @@ FunctionEnd
|
||||
Function MinGWCheckExes
|
||||
Exch $R0
|
||||
Push $R1
|
||||
StrCpy $R1 "$R0/bin/gcc.exe"
|
||||
StrCpy $R1 "$R0\bin\gcc.exe"
|
||||
Push $R1
|
||||
Call MinGWCheckFile
|
||||
Pop $R1
|
||||
StrCmp "ok" 0 Done
|
||||
StrCpy $R1 "$R0/bin/as.exe"
|
||||
StrCpy $R1 "$R0\bin\as.exe"
|
||||
Push $R1
|
||||
Call MinGWCheckFile
|
||||
Pop $R1
|
||||
StrCmp "ok" 0 Done
|
||||
StrCpy $R1 "$R0/bin/ld.exe"
|
||||
StrCpy $R1 "$R0\bin\ld.exe"
|
||||
Push $R1
|
||||
Call MinGWCheckFile
|
||||
Pop $R1
|
||||
|
||||
Reference in New Issue
Block a user