mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 01:15:38 +00:00
68ab921940
* parser/gapi-parser.cs : C# rewrite of the old perl driver script. * parser/gapi_parser.pl : kill. * parser/gapi2-parser.in : invoke via $(RUNTIME). * parser/Makefile.am : build rework for C# parser driver. * sources/Makefile.am : use $(RUNTIME) to invoke new parser assm. svn path=/trunk/gtk-sharp/; revision=43077
4 lines
113 B
Bash
Executable file
4 lines
113 B
Bash
Executable file
#!/bin/sh
|
|
export PATH=@prefix@/lib/gtk-sharp-2.0:$PATH
|
|
@RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gapi-parser.exe "$@"
|