Topic : Profile to generate projects with the same configuration

Forum : Ride IDE

Original Post
Post Information Post
April 15, 2009 - 3:58pm
Guest

Hi
Is there any way, with Ride7, to generate a profile, and generate some projects with the same configuration.

For example:
I want to generate 20 little projects to make my own libraries. In all the projects I want to configure:
* The same microcontroller.
* Generate a new library.
* The same path for Include (for example ..\include).
* The output directory as $(ApplicationDir)\Obj
* The listing directory as $(ApplicationDir)\Lst
and so on.

Replies
Post Information Post
+1
0
-1
April 16, 2009 - 4:43pm
Raisonance Support Team

Hi Francesc,

You can create your first project using Ride7, then close Ride7 and copy the .rapp and .rprj files produced. You can then edit them to fit your needs (it's plain XML).

Regards,
Bruno

+1
0
-1
April 16, 2009 - 5:15pm
Guest

Hi Bruno.
Thanks for the information,
I will try.

Regards
Francesc