Bump the version number in configure.ac to 1.0.5
[moonshot-ui.git] / windows / jhbuildrc
1 # jhbuildrc for building moonshot-ui on MS Windows
2
3 checkoutroot = 'c:/build/src'
4 prefix = 'c:/build/'
5
6 use_local_modulesets = True
7
8 moduleset = 'windows-stable'
9 modules = [ 'gtk+', 'vala', 'gnome-icon-theme', 'gnome-icon-theme-symbolic' ]
10
11 # Maintainer mode (automatically rerunning autoconf, automake etc. when the
12 # build scripts are changed) is broken on Windows
13 autogenargs = '--disable-maintainer-mode'
14
15 os.environ['CFLAGS'] = "-O3 -fno-unit-at-a-time -mms-bitfields"
16
17 # Avoid "The application could not be started (0xc00000005)" errors with gcc4
18 os.environ['LDFLAGS'] = "-Wl,--enable-auto-import"