]> git.sur5r.net Git - freertos/blobdiff - Demo/CORTEX_LPC1768_GCC_RedSuite/CreateProjectDirectoryStructure.bat
Update lwIP port layer for the Microblaze Ethernet Lite IP.
[freertos] / Demo / CORTEX_LPC1768_GCC_RedSuite / CreateProjectDirectoryStructure.bat
index dd8697262b65263eb7b2419e3580739df16d57af..7f47f1d434d025b50e4ad89c16a1f9b67c653675 100644 (file)
@@ -1,6 +1,6 @@
 REM This file should be executed from the command line prior to the first\r
 REM build.  It will be necessary to refresh the Eclipse project once the\r
-REM .bat file has been executed (normally just press F5 to refresh.\r
+REM .bat file has been executed (normally just press F5 to refresh).\r
 \r
 REM Copies all the required files from their location within the standard\r
 REM FreeRTOS directory structure to under the Eclipse project directory.\r
@@ -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.\r
 \r
 REM Have the files already been copied?\r
-IF EXIST FreeRTOS Goto END\r
+IF EXIST src\FreeRTOS Goto END\r
 \r
        REM Create the required directory structure.\r
        MD src\FreeRTOS\r