示例#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)