mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-22 21:51:08 +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>
|
||||
|
||||
* generator/NativeCallbackSignature.cs :
|
||||
|
|
|
@ -1,6 +1,2 @@
|
|||
#!/bin/sh
|
||||
|
||||
a=`which "$0"`
|
||||
d=`dirname "$a"`
|
||||
|
||||
@RUNTIME@ $d/../lib/gtk-sharp-2.0/gapi_codegen.exe "$@"
|
||||
@RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gapi_codegen.exe "$@"
|
||||
|
|
|
@ -1,6 +1,2 @@
|
|||
#!/bin/sh
|
||||
|
||||
a=`which "$0"`
|
||||
d=`dirname "$a"`
|
||||
|
||||
@RUNTIME@ $d/../lib/gtk-sharp-2.0/gapi-fixup.exe "$@"
|
||||
@RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gapi-fixup.exe "$@"
|
||||
|
|
|
@ -1,7 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
a=`which "$0"`
|
||||
d=`dirname "$a"`
|
||||
|
||||
export PATH=$d/../lib/gtk-sharp-2.0:$PATH
|
||||
@RUNTIME@ $d/../lib/gtk-sharp-2.0/gapi-parser.exe "$@"
|
||||
export PATH=@prefix@/lib/gtk-sharp-2.0:$PATH
|
||||
@RUNTIME@ @prefix@/lib/gtk-sharp-2.0/gapi-parser.exe "$@"
|
||||
|
|
Loading…
Reference in a new issue