Example #1
0
 def get_outputs(self):
     """
     Return a list of file paths built by this comand.
     """
     output = [pathpair[1] for pathpair in self.openssl_dlls]
     output.extend(build_ext.get_outputs(self))
     return output
Example #2
0
 def get_outputs(self):
     output = [pathpair[1] for pathpair in self.dnet_dlls]
     output.extend(build_ext.get_outputs(self))
     return output