2004-03-14 John Luke <jluke@cfl.rr.com>

* parser/gapi-fixup.in:
        * generator/gapi-codegen.in: s/@MONO@/@RUNTIME@

svn path=/trunk/gtk-sharp/; revision=24026
This commit is contained in:
John Luke 2004-03-14 21:51:37 +00:00
parent e83c55a242
commit 51a6b95ed4
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-03-14 John Luke <jluke@cfl.rr.com>
* parser/gapi-fixup.in:
* generator/gapi-codegen.in: s/@MONO@/@RUNTIME@
2004-03-12 Mike Kestner <mkestner@ximian.com>
* */Makefile.am : automakify the build

View file

@ -1,2 +1,2 @@
#!/bin/sh
@MONO@ @prefix@/bin/gapi_codegen.exe "$@"
@RUNTIME@ @prefix@/bin/gapi_codegen.exe "$@"

View file

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