mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-27 08:52:08 -04:00
Correct the IF EXIST part of the batch file.
This commit is contained in:
parent
d2a9f9624b
commit
3f3a091728
|
@ -1,6 +1,6 @@
|
||||||
REM This file should be executed from the command line prior to the first
|
REM This file should be executed from the command line prior to the first
|
||||||
REM build. It will be necessary to refresh the Eclipse project once the
|
REM build. It will be necessary to refresh the Eclipse project once the
|
||||||
REM .bat file has been executed (normally just press F5 to refresh.
|
REM .bat file has been executed (normally just press F5 to refresh).
|
||||||
|
|
||||||
REM Copies all the required files from their location within the standard
|
REM Copies all the required files from their location within the standard
|
||||||
REM FreeRTOS directory structure to under the Eclipse project directory.
|
REM FreeRTOS directory structure to under the Eclipse project directory.
|
||||||
|
@ -8,7 +8,7 @@ REM This permits the Eclipse project to be used in 'managed' mode and without
|
||||||
REM having to setup any linked resources.
|
REM having to setup any linked resources.
|
||||||
|
|
||||||
REM Have the files already been copied?
|
REM Have the files already been copied?
|
||||||
IF EXIST FreeRTOS Goto END
|
IF EXIST src\FreeRTOS Goto END
|
||||||
|
|
||||||
REM Create the required directory structure.
|
REM Create the required directory structure.
|
||||||
MD src\FreeRTOS
|
MD src\FreeRTOS
|
||||||
|
|
Loading…
Reference in a new issue