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:
parent
e83c55a242
commit
51a6b95ed4
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
@MONO@ @prefix@/bin/gapi_codegen.exe "$@"
|
||||
@RUNTIME@ @prefix@/bin/gapi_codegen.exe "$@"
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
@MONO@ @prefix@/bin/gapi-fixup.exe "$@"
|
||||
@RUNTIME@ @prefix@/bin/gapi-fixup.exe "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue