#!/bin/sh # Build distribution zipfiles for libcroco on Win32: Runtime and # developer. ZIP=/tmp/libcroco-@VERSION@.zip DEVZIP=/tmp/libcroco-dev-@VERSION@.zip # The DLL name generated by libtool with the passed --version-info DLLNAME=libcroco-@LIBCROCO_MAJOR_VERSION@.@LIBCROCO_MINOR_VERSION@-`expr @LIBCROCO_CURRENT@ - @LIBCROCO_AGE@`.dll cd @prefix@ rm $ZIP zip $ZIP -@ <