for me. Will be doing more testing tomorrow on other platforms and then will remove the old wxPython build stuff...) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
		
			
				
	
	
		
			10 lines
		
	
	
		
			186 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			186 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # -*- python -*-
 | |
| 
 | |
| MODULE = 'lseditorc'
 | |
| SWIGFILES = ['lseditor.i']
 | |
| 
 | |
| SOURCES = ['finddlg.cpp', 'lseditorpl.cpp', 'markup.cpp', 'plugin.cpp',
 | |
|            'sourcepainter.cpp', 'tdefs.cpp']
 | |
| 
 | |
| 
 |