Changeset 201

Show
Ignore:
Timestamp:
06/21/07 20:13:36 (2 years ago)
Author:
takkaria
Message:

Fix GTK2 support properly (again).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure.ac

    r199 r201  
    168168                AC_DEFINE(USE_GTK, 1, [Define to 1 if using the GTK+ 2.x interface and GTK+ 2.x is found.]) 
    169169                CFLAGS="${CFLAGS} $GTK_CFLAGS" 
    170                 LDFLAGS="${LDFLAGS} $GTK_LIBS
     170                LDFLAGS="${LDFLAGS} $GTK_LIBS -rdynamic -export-dynamic
    171171        fi 
    172172fi 
  • trunk/lib/pref/font-gtk.prf

    r197 r201  
    5555# permanent wall 
    5656#F:63:0x01:0x02 
    57  
  • trunk/lib/pref/font.prf

    r197 r201  
    2626##### System Specific Subfiles ##### 
    2727 
    28 ?:[IOR [EQU $SYS xaw] [EQU $SYS x11] [EQU $SYS xpj] [EQU $SYS gtk]
     28?:[IOR [EQU $SYS xaw] [EQU $SYS x11]
    2929%:font-x11.prf 
    3030 
  • trunk/lib/pref/graf.prf

    r147 r201  
    1717##### System Specific Subfiles ##### 
    1818 
    19 ?:[IOR [EQU $SYS xaw] [EQU $SYS x11] [EQU $SYS xpj]
     19?:[IOR [EQU $SYS xaw] [EQU $SYS x11]
    2020%:graf-x11.prf 
    2121 
     
    2323%:graf-mac.prf 
    2424 
    25 ?:[IOR [EQU $SYS win] [EQU $SYS dos]
     25?:[IOR [EQU $SYS win]
    2626%:graf-win.prf 
    2727 
  • trunk/src/main-gtk.c

    r198 r201  
    538538 
    539539        /* Count out known non-savefiles */ 
    540         if (strcmp(name, "Makefile.am") == 0 || 
    541             strcmp(name, "Makefile.in") == 0 || 
     540        if (strcmp(name, "Makefile") == 0 || 
    542541            strcmp(name, "delete.me") == 0) 
    543542        {