root/juggler/tags/1.1_dr_3/juggler.cfg

Revision 10530, 1.1 kB (checked in by patrickh, 6 years ago)

Sonix cannot easily co-exist with the rest of the Juggler modules unless
it uses 'instlinks' for the root of its developer installation tree.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 Default: VRJuggler
2
3 VPR
4 {
5    external;  // For Boost
6    modules/vapor: VPR_CONFIG=vpr-config, VPR_BASE_DIR=instlinks;
7 }
8
9 Sonix
10 {
11    depend VPR;
12    external;  // For GMTL
13    modules/sonix: SNX_CONFIG=sonix-config, SNX_BASE_DIR=instlinks;
14 }
15
16 Tweek
17 {
18    depend VPR;
19    modules/tweek: TWEEK_CONFIG=tweek-config, TWEEK_BASE_DIR=instlinks;
20 }
21
22 JCCL
23 {
24    depend VPR;
25    depend Tweek;
26    external;  // For CppDOM
27    modules/jackal: JCCL_CONFIG=jccl-config, JCCL_BASE_DIR=instlinks;
28 }
29
30 Gadgeteer
31 {
32    depend JCCL;
33    external;  // For GMTL
34    modules/gadgeteer: GADGETEER_CONFIG=gadgeteer-config, GADGET_BASE_DIR=instlinks;
35 }
36
37 VRJuggler
38 {
39    depend Sonix;
40    depend Gadgeteer;
41    modules/vrjuggler: VRJ_CONFIG=vrjuggler-config, VJ_BASE_DIR=instlinks;
42 }
43
44 Plexus
45 {
46    depend VPR;
47    modules/plexus: PLEXUS_CONFIG=plexus-config, PLX_BASE_DIR=instlinks;
48 }
49
50 Plexus+Tweek
51 {
52    depend Tweek;
53    modules/plexus: PLEXUS_CONFIG=plexus-config, PLX_BASE_DIR=instlinks;
54 }
55
56 DSO
57 {
58    depend Plexus;
59    modules/dso: DSO_BASE_DIR=instlinks;
60 }
61
62 DSO+Tweek
63 {
64    depend Plexus+Tweek;
65    modules/dso: DSO_BASE_DIR=instlinks;
66 }
67
68 VRJuggler+DSO
69 {
70    depend VRJuggler;
71    depend DSO;
72 }
Note: See TracBrowser for help on using the browser.