From 0352bbf961578ca32968d79d5cfc7cba4ae8913a Mon Sep 17 00:00:00 2001 From: richardbarry Date: Sun, 12 Jul 2009 16:50:08 +0000 Subject: [PATCH] Add #error directive to instruct people to run the batch file so that the project directory structure is configured. git-svn-id: https://svn.code.sf.net/p/freertos/code/trunk@817 1d2547de-c912-0410-9cb9-b8ca96c0e9e2 --- Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c index c9aadff76..2fd4b28c0 100644 --- a/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c +++ b/Demo/CORTEX_LPC1768_GCC_RedSuite/src/main.c @@ -50,6 +50,10 @@ */ +#error The batch file Demo\CORTEX_LPC1768_GCC_RedSuite\CreateProjectDirectoryStructure.bat must be executed before the first build. After executing the batch file hit F5 to refrech the Eclipse project, then delete this line. + + + /* * Creates all the demo application tasks, then starts the scheduler. The WEB * documentation provides more details of the standard demo application tasks -- 2.39.2