#!/bin/sh # Build zipfile for GLib on Win32: both runtime and developer stuff # After running make install, run this. # These paths obviously are system-dependent: ZIP=/g/tmp/glib-@GLIB_VERSION@.zip cd /target rm $ZIP zip -r $ZIP -@ <