Add warning line into the CCS4/MSP430X project to prompt the use of the CreateProjectDirectoryStructure.bat batch file.

This commit is contained in:
Richard Barry 2011-01-01 17:35:20 +00:00
parent ab56e7ccbb
commit a9b61c4e00
3 changed files with 8 additions and 4 deletions

View file

@ -29,7 +29,7 @@ IF EXIST FreeRTOS_Source Goto END
copy ..\..\Source\include\*.* FreeRTOS_Source\include
REM Copy the portable layer files
copy ..\..\Source\portable\GCC\ARM_CM3\*.* FreeRTOS_Source\portable\CCS4\MSP430X
copy ..\..\Source\portable\CCS4\MSP430X\*.* FreeRTOS_Source\portable\CCS4\MSP430X
REM Copy the basic memory allocation files
copy ..\..\Source\portable\MemMang\heap_1.c FreeRTOS_Source\portable\MemMang