~gnome-win32/buildows/buildows.devel

« back to all changes in this revision

Viewing changes to rc/gtk.jhbuildrc

  • Committer: Johan Dahlin
  • Date: 2008-01-30 20:18:49 UTC
  • Revision ID: jdahlin@plasttroll-20080130201849-ln0vmpk0rhfm53fi
makeĀ glibĀ compile

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
os.environ['ARFLAGS']  = 'rcs'
52
52
os.environ['INSTALL']  = os.path.abspath(os.path.join(os.environ['BUILDOWS_ROOT'], 'install-check'))
53
53
 
 
54
CACHEFILE = os.path.abspath(os.path.join(os.environ['BUILDOWS_ROOT'],
 
55
                                         'win32.cache'))
54
56
#Populating autogenargs
55
57
autogenargs  = ' --build='+os.environ['HOST']
56
58
autogenargs += ' --host='+os.environ['TARGET']
66
68
module_autogenargs['gettext'] = autogenargs + """ --without-emacs \
67
69
        --disable-java --disable-native-java --enable-relocatable"""
68
70
 
69
 
module_autogenargs['glib'] = autogenargs + """ --enable-explicit-deps=no \
70
 
        --cache-file=win32.cache --disable-gtk-doc"""
 
71
module_autogenargs['glib'] = autogenargs + (
 
72
        "--enable-explicit-deps=no "
 
73
        "--cache-file=%s "
 
74
        "--disable-gtk-doc") % CACHEFILE
71
75
 
72
76
module_autogenargs['cairo-1-0'] = (
73
77
        autogenargs +
74
78
        "--enable-explicit-deps=no "
75
 
        "--cache-file=win32.cache "
 
79
        "--cache-file=%s "
76
80
        "--disable-gtk-doc "
77
81
        "--disable-xlib "
78
 
        "--disable-freetype")
 
82
        "--disable-freetype") % CACHEFILE
79
83
 
80
84
module_autogenargs['zlib'] = ''
81
85
module_makeargs['zlib'] = "AR='%s %s'" % (