|
October 22, 2011 - 11:45am
Guest |
Hello Support Team,
We have a folder structure as show below:
ASW
|-------------radio
| |-----------------_inc----------- radio.h
| |-----------------_src------------ radio.c
| tv
| |-----------------_inc----------- tv.h
| |-----------------_src------------ tv.c
Cinema
|-------------cinema
| |-----------------_inc----------- screen.h
| |-----------------_src------------ screen.c
| seats
| |-----------------_inc----------- seat.h
| |-----------------_src------------ seat.c
How do we include such folder structure for compilation in Ride.
Please support
Thanks and Regards,
Shashikanth
|
Open Ride7
Create a "Film" Project, go to menus:
File -> New -> Project
Select your microcontroller.
After this:
Project -> Add Item
Select your radio.c, ... files.
PS. you could build a similar directory structure in your project with Add Folder