a36a3d4c0e
relocatable svn path=/trunk/gtk-sharp/; revision=52437
6 lines
100 B
Bash
Executable file
6 lines
100 B
Bash
Executable file
#!/bin/sh
|
|
|
|
a=`which "$0"`
|
|
d=`dirname "$a"`
|
|
|
|
@RUNTIME@ $d/../lib/gtk-sharp-2.0/gapi_codegen.exe "$@"
|