mirror of
				https://github.com/Z3Prover/z3
				synced 2025-11-04 05:19:11 +00:00 
			
		
		
		
	Merge branch 'unstable' of https://git01.codeplex.com/z3 into unstable
This commit is contained in:
		
						commit
						23c5c94311
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1084,6 +1084,10 @@ class JavaDLLComponent(Component):
 | 
			
		|||
            mk_dir(os.path.join(dist_path, 'bin'))
 | 
			
		||||
            shutil.copy('%s.jar' % os.path.join(build_path, self.package_name),
 | 
			
		||||
                        '%s.jar' % os.path.join(dist_path, 'bin', self.package_name))
 | 
			
		||||
            shutil.copy(os.path.join(build_path, 'libz3java.dll'), 
 | 
			
		||||
                        os.path.join(dist_path, 'bin', 'libz3java.dll'))
 | 
			
		||||
            shutil.copy(os.path.join(build_path, 'libz3java.lib'),
 | 
			
		||||
                        os.path.join(dist_path, 'bin', 'libz3java.lib'))
 | 
			
		||||
 | 
			
		||||
class ExampleComponent(Component):
 | 
			
		||||
    def __init__(self, name, path):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue