Topic : RIDE7: Environment variables like $ RKitLib $ for project portability

Forum : Ride IDE

Original Post
Post Information Post
January 16, 2009 - 6:17pm
Guest

We have several users on the same project, and want a common RIDE7 project file-set under revision control. Each user checks out to a different location. Nearly all source files are relative to the project; no problem there. However a handful are not, and are in different places for each user. I see that Ride7 knows where's it is installed via $(RKitLib). Can user define other enviromment variables which RIDE7 can read to locate non-project-relative files for each user?

regards Steven Pruzina

Replies
Post Information Post
+1
0
-1
January 19, 2009 - 12:28pm
Guest

Hi

All these variables are saved in registry keys.
You can add a "$(MyDirectory)" from HKEY_LOCAL_MACHINE\SOFTWARE\Raisonance\Ride7\Default Directories if needed.
I guess you would prefer to have the possibility to do it from Ride7 options?

Matloub

+1
0
-1
January 20, 2009 - 10:15pm
Guest

Hi Matloub

I figured they might be registry keys; just didn't know where. It would help to be able to do it from RIDE7 but we can work directly with the registry for now.

Thx Steven