Changeset 161 for trunk/setup.py

Show
Ignore:
Timestamp:
05/28/04 19:54:40 (4 years ago)
Author:
asterix
Message:

idle is a C module, not a C++ one

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/setup.py

    r159 r161  
    22 
    33module1 = Extension( 'idle', 
    4                      sources = ['common/idle.cpp'], 
     4                     sources = ['common/idle.c'], 
    55#                     extra_compile_args = ['-W'], 
    66                     libraries = ['gtk-x11-2.0','gdk-x11-2.0','glib-2.0','X11','Xext','Xss','atk-1.0'],