Import moonshot-ui_0.7.2.orig.tar.xz
[moonshot-ui.git] / windows / jhbuildrc
diff --git a/windows/jhbuildrc b/windows/jhbuildrc
deleted file mode 100644 (file)
index 87ffef7..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-# jhbuildrc for building moonshot-ui on MS Windows
-
-checkoutroot = 'c:/build/src'
-prefix = 'c:/build/'
-
-use_local_modulesets = True
-
-moduleset = 'windows-stable'
-modules = [ 'gtk+', 'vala', 'gnome-icon-theme', 'gnome-icon-theme-symbolic' ]
-
-# Maintainer mode (automatically rerunning autoconf, automake etc. when the
-# build scripts are changed) is broken on Windows
-autogenargs = '--disable-maintainer-mode'
-
-os.environ['CFLAGS'] = "-O3 -fno-unit-at-a-time -mms-bitfields"
-
-# Avoid "The application could not be started (0xc00000005)" errors with gcc4
-os.environ['LDFLAGS'] = "-Wl,--enable-auto-import"