OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [rtos/] [freertos-6.1.1/] [Demo/] [CORTUS_APS3_GCC/] [CreateProjectDirectoryStructure.bat] - Blame information for rev 579

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 579 jeremybenn
REM This file should be executed from the command line prior to the first
2
REM build.  It will be necessary to refresh the Eclipse project once the
3
REM .bat file has been executed (normally just press F5 to refresh).
4
 
5
REM Copies all the required files from their location within the standard
6
REM FreeRTOS directory structure to under the Eclipse project directory.
7
REM This permits the Eclipse project to be used in 'managed' mode and without
8
REM having to setup any linked resources.
9
 
10
REM Have the files already been copied?
11
IF EXIST Source Goto END
12
 
13
        REM Create the required directory structure.
14
        MD Source
15
        MD Source\include
16
        MD Source\portable\GCC\CORTUS_APS3
17
        MD Source\portable\MemMang
18
        MD Demo\Common
19
        MD Demo\Common\include
20
 
21
        REM Copy the core kernel files.
22
        copy ..\..\Source\*.* Source
23
 
24
        REM Copy the common header files
25
        copy ..\..\Source\include\*.* Source\include
26
 
27
        REM Copy the portable layer files
28
        copy ..\..\Source\portable\GCC\CORTUS_APS3\*.* Source\portable\GCC\CORTUS_APS3
29
 
30
        REM Copy the basic memory allocation files
31
        copy ..\..\Source\portable\MemMang\heap_2.c Source\portable\MemMang
32
 
33
        REM Copy the files that define the common demo tasks.
34
        copy ..\common\Minimal\BlockQ.c Demo\Common
35
        copy ..\common\Minimal\comtest.c Demo\Common
36
        copy ..\common\Minimal\dynamic.c Demo\Common
37
        copy ..\common\Minimal\flash.c Demo\Common
38
        copy ..\common\Minimal\integer.c Demo\Common
39
        copy ..\common\Minimal\PollQ.c Demo\Common
40
        copy ..\common\Minimal\semtest.c Demo\Common
41
 
42
        REM Copy the common demo file headers.
43
        copy ..\common\include\*.* Demo\Common\include
44
 
45
: END

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.