Moved tools to be a Python package in wxPython.tools, added scripts to
import and launch each tool. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		@@ -904,14 +904,22 @@ if __name__ == "__main__":
 | 
			
		||||
                          PKGDIR+'.lib.editor',
 | 
			
		||||
                          PKGDIR+'.lib.mixins',
 | 
			
		||||
                          PKGDIR+'.lib.PyCrust',
 | 
			
		||||
                          PKGDIR+'.tools',
 | 
			
		||||
                          PKGDIR+'.tools.XRCed',
 | 
			
		||||
                          ],
 | 
			
		||||
 | 
			
		||||
              ext_package = PKGDIR,
 | 
			
		||||
              ext_modules = wxpExtensions,
 | 
			
		||||
 | 
			
		||||
              options = { 'build' : { 'build_base' : BUILD_BASE }}
 | 
			
		||||
              options = { 'build' : { 'build_base' : BUILD_BASE }},
 | 
			
		||||
 | 
			
		||||
              ##data_files = TOOLS,
 | 
			
		||||
 | 
			
		||||
              scripts = ['scripts/img2png',
 | 
			
		||||
                         'scripts/img2xpm',
 | 
			
		||||
                         'scripts/img2py',
 | 
			
		||||
                         'scripts/xrced',
 | 
			
		||||
                         ],
 | 
			
		||||
              )
 | 
			
		||||
 | 
			
		||||
    else:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user