mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-05-12 02:22:17 +00:00
* generator/gapi2-codegen.in:
* parser/gapi2-fixup.in: * parser/gapi2-parser.in: Don't use 'which' anymore, as it doesn't work in all caes (ie: when symlinks are in the way) svn path=/trunk/gtk-sharp/; revision=76653
This commit is contained in:
parent
54bc72e0a3
commit
3e3e0f1469
|
@ -1,3 +1,11 @@
|
||||||
|
2007-05-03 Wade Berrier <wberrier@novell.com>
|
||||||
|
|
||||||
|
* generator/gapi2-codegen.in:
|
||||||
|
* parser/gapi2-fixup.in:
|
||||||
|
* parser/gapi2-parser.in:
|
||||||
|
Don't use 'which' anymore, as it doesn't work in all caes (ie: when symlinks are
|
||||||
|
in the way)
|
||||||
|
|
||||||
2007-04-28 Mike Kestner <mkestner@novell.com>
|
2007-04-28 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
* generator/NativeCallbackSignature.cs :
|
* generator/NativeCallbackSignature.cs :
|
||||||
|
|
|
@ -1,6 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
@RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gapi_codegen.exe "$@"
|
||||||
a=`which "$0"`
|
|
||||||
d=`dirname "$a"`
|
|
||||||
|
|
||||||
@RUNTIME@ $d/../lib/gtk-sharp-2.0/gapi_codegen.exe "$@"
|
|
||||||
|
|
|
@ -1,6 +1,2 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
@RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gapi-fixup.exe "$@"
|
||||||
a=`which "$0"`
|
|
||||||
d=`dirname "$a"`
|
|
||||||
|
|
||||||
@RUNTIME@ $d/../lib/gtk-sharp-2.0/gapi-fixup.exe "$@"
|
|
||||||
|
|
|
@ -1,7 +1,3 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
export PATH=@prefix@/lib/gtk-sharp-2.0:$PATH
|
||||||
a=`which "$0"`
|
@RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gapi-parser.exe "$@"
|
||||||
d=`dirname "$a"`
|
|
||||||
|
|
||||||
export PATH=$d/../lib/gtk-sharp-2.0:$PATH
|
|
||||||
@RUNTIME@ $d/../lib/gtk-sharp-2.0/gapi-parser.exe "$@"
|
|
||||||
|
|
Loading…
Reference in a new issue