2009-07-24 Christian Hoff <christian_hoff@gmx.net>

* generator/gapi3-codegen.in, parser/gapi3-fixup.in, parser/gapi3-parser.in:
	"svn add" a few missing files to resurrect the build.

svn path=/trunk/gtk-sharp/; revision=138603
This commit is contained in:
Christian Hoff 2009-07-24 05:19:17 +00:00
parent a4331a40ed
commit c969175187
4 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2009-07-24 Christian Hoff <christian_hoff@gmx.net>
* generator/gapi3-codegen.in, parser/gapi3-fixup.in, parser/gapi3-parser.in:
"svn add" a few missing files to resurrect the build.
2009-07-23 Christian Hoff <christian_hoff@gmx.net>
* configure.in.in, Makefile.include: Bump up GAPI version to 3.0.

2
generator/gapi3-codegen.in Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
@RUNTIME@ @prefix@/lib/gapi-3.0/gapi_codegen.exe "$@"

2
parser/gapi3-fixup.in Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
@RUNTIME@ @prefix@/lib/gapi-3.0/gapi-fixup.exe "$@"

3
parser/gapi3-parser.in Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
export PATH=@prefix@/lib/gapi-3.0:$PATH
@RUNTIME@ @prefix@/lib/gapi-3.0/gapi-parser.exe "$@"