mwccnlm 191 Bytes
Newer Older
1 2 3 4 5 6 7
#! /bin/sh

# mwccnlm is having a hard time understanding "-I./../include"
# convert it to "-I../include"
args=" "`echo $* | sed -e 's/-I.\/../-I../g'`

wine --debugmsg -all -- mwccnlm $args