head     1.1;
branch   1.1.1;
access   ;
symbols  unknown:1.1.1.1 orion:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2008.01.09.19.34.17;  author chessman;  state Exp;
branches 1.1.1.1;
next     ;

1.1.1.1
date     2008.01.09.19.34.17;  author chessman;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@#!/bin/sh

#use /X option not to compress the output
# N93I needs it

prefix=$2/$3

if [ -f $prefix.svg ]; then
	mifconv $1 /c32 /X `echo $prefix.svg | sed 's/\\//\\\\/g'`
elif [ -f $prefix.xpm ]; then
	bmpname=$MK_DEVEL/etc/$3
	cmd /c $MK_TEMPLATE_ROOT/etc/util/symicon.bat $3
	mifconv $1 /c12 $bmpname.bmp /c12 ${bmpname}m.bmp
fi
@


1.1.1.1
log
@make
@
text
@@
