Show
Ignore:
Timestamp:
01/31/05 16:22:13 (4 years ago)
Author:
patrickh
Message:

Separate the build of VRJConfig from VR Juggler. Building the two
together dates back to the very early days of VR Juggler. Nowadays, when
doing VRJConfig development, I find it very annoying to have to go through
the build for modules/vrjuggler when what I really care about results from
building in modules/vrjuggler/vrjconfig. As part of this change, I have
removed the remaining useless build bits from the makefiles in the tree
rooted at modules/vrjuggler/vrjconfig.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/juggler/juggler.cfg

    r16372 r16694  
    7272} 
    7373 
     74VRJConfig 
     75{ 
     76   depend Tweek; 
     77   depend JCCL; 
     78   modules/vrjuggler/vrjconfig; 
     79} 
     80 
     81// This depends on VRJConfig because it needs to have the installed VRJConfig 
     82// directory hierarchy in place to insert its JavaBean. 
    7483VRJPlugins 
    7584{ 
    7685   depend VRJuggler; 
     86   depend VRJConfig; 
    7787   modules/vrjuggler/plugins; 
    7888}