mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-03-31 04:27:02 +00:00
2009-07-24 Christian Hoff <christian_hoff@gmx.net>
* parser/Makefile.am: Another build fix. Sigh... svn path=/trunk/gtk-sharp/; revision=138630
This commit is contained in:
parent
c969175187
commit
3000674ebd
|
@ -1,3 +1,7 @@
|
|||
2009-07-24 Christian Hoff <christian_hoff@gmx.net>
|
||||
|
||||
* parser/Makefile.am: Another build fix. Sigh...
|
||||
|
||||
2009-07-24 Christian Hoff <christian_hoff@gmx.net>
|
||||
|
||||
* generator/gapi3-codegen.in, parser/gapi3-fixup.in, parser/gapi3-parser.in:
|
||||
|
|
|
@ -18,9 +18,9 @@ EXTRA_DIST = \
|
|||
gapi2xml.pl \
|
||||
gapi-3.0.pc.in
|
||||
|
||||
gapi3-fixup.exe: $(srcdir)/gapi-fixup.cs
|
||||
gapi-fixup.exe: $(srcdir)/gapi-fixup.cs
|
||||
$(CSC) /out:gapi-fixup.exe $(srcdir)/gapi-fixup.cs
|
||||
|
||||
gapi3-parser.exe: $(srcdir)/gapi-parser.cs
|
||||
gapi-parser.exe: $(srcdir)/gapi-parser.cs
|
||||
$(CSC) /out:gapi-parser.exe $(srcdir)/gapi-parser.cs
|
||||
|
||||
|
|
Loading…
Reference in a new issue