|
Revision 3762, 327 bytes
(checked in by patrickh, 8 years ago)
|
Completed the changes needed to maximize the flexibility of a VR Juggler
installation. The extra files we distribute (config files, sample apps,
etc.) are installed in a data directory defined at configuration time.
This can be (more or less) any directory, but it obviously works best and
makes the most sense for it to be a subdirectory of the installation
prefix. The default name is share (a subdirectory of $prefix).
I think this change removes the last few hard-coded paths in the C++ and
Java source. Technically, they weren't completely hard-coded, but they
made hard-coded assumptions about the structure of the installation tree.
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 |
vjcontrol |
|---|
| 2 |
Name "VjControl Configuration1" |
|---|
| 3 |
looknfeel { "Java" } |
|---|
| 4 |
host { "localhost" } |
|---|
| 5 |
port { "4450" } |
|---|
| 6 |
descfiles { "$VJ_SHARE_DIR/Data/chunksDesc" } |
|---|
| 7 |
chunkfiles { } |
|---|
| 8 |
defaultchunkfiles { "$VJ_SHARE_DIR/Data/chunkdefaults.config" } |
|---|
| 9 |
fontname { "Helvetica" } |
|---|
| 10 |
fontsize { "12" } |
|---|
| 11 |
windowsize { "1260" "1000" } |
|---|
| 12 |
end |
|---|
| 13 |
End |
|---|