#!/bin/sh # Build zipfile for Pango on Win32: both runtime and developer stuff # These two directory paths are obviously system-dependent. This is what tml # happens to use. ZIP=/g/tmp/pango-@PANGO_MAJOR_VERSION@.@PANGO_MINOR_VERSION@.zip cd /target rm $ZIP zip -r $ZIP -@ <