Forum : Ride IDE
Original Post
Post Information | Post |
---|---|
January 16, 2009 - 6:17pm
|
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 |
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
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