예제 #1
0
 def library_preInit(self):
     buildcfg.updateConfig()
     client.attach()
예제 #2
0
 def library_preInit(self):
     buildcfg.updateConfig()
     client.attach()
예제 #3
0
 def client_preInit(self, main, argv):
     # Add support for remote rmake clients
     buildcfg.updateConfig()
     client.attach()
     command.addCommands(main)
예제 #4
0
 def client_preInit(self, main, argv):
     # Add support for remote rmake clients
     buildcfg.updateConfig()
     client.attach()
     command.addCommands(main)