source: gs2-extensions/imagemagick/trunk/src/devel.bash@ 23291

Last change on this file since 23291 was 23291, checked in by sjm84, 13 years ago

Committing the initial content for the ImageMagick extension

File size: 167 bytes
RevLine 
[23291]1#!/bin/bash
2
3if [ -d cascade-make ] ; then
4 source cascade-make/lib/cascade-lib.bash GEXTIMAGEMAGICK . $*
5fi
6
7if [ -z $GEXTIMAGEMAGICK ] ; then
8 source setup.bash
9fi
Note: See TracBrowser for help on using the repository browser.