]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/setup.py
added a test to check how exception handling works with Win32 SEH; corrected copyright
[wxWidgets.git] / wxPython / setup.py
index e02a1a4ea153ea9d449b07b023a78b110d16ef38..c10120bbda5b7afca6d9c3b79e58b291cf339bb7 100755 (executable)
@@ -137,7 +137,6 @@ else:
 
 
 ext = Extension('_core_', ['src/helpers.cpp',
-                           'src/libpy.c',
                            ] + rc_file + swig_sources,
 
                 include_dirs = includes,