#!/bin/sh # Build zipfile for GTK on Win32: both runtime and developer stuff # These two directory paths are obviously system-dependent. # These are what tml@iki.fi uses, change as appropriate. ZIP=/g/tmp/gtk+-@GTK_VERSION@-`date +%Y%m%d`.zip cd /target rm $ZIP zip -r $ZIP -@ <