2005-08-15 Mike Kestner <mkestner@novell.com>
* pango/makefile.win32 : process symbols file at fixup target. svn path=/trunk/gtk-sharp/; revision=48398
This commit is contained in:
parent
34fc9c677b
commit
3338c10ac9
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
2005-08-15 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* pango/makefile.win32 : process symbols file at fixup target.
|
||||
|
||||
2005-08-15 Mike Kestner <mkestner@novell.com>
|
||||
|
||||
* sample/opaquetest/Makefile.am : make clean fixes
|
||||
|
|
|
@ -11,10 +11,10 @@ windows: generated-stamp
|
|||
generated-stamp: ../generator/codegen.exe $(APIS)
|
||||
../generator/codegen --generate $(APIS) --outdir=generated --customdir=. --assembly-name=pango-sharp --gluelib-name=pangosharpglue-2 --glue-filename=glue/generated.c --glue-includes=pango/pango.h && touch generated-stamp
|
||||
|
||||
pango-api.xml: pango-api.raw Pango.metadata
|
||||
pango-api.xml: pango-api.raw pango-symbols.xml Pango.metadata
|
||||
cp pango-api.raw pango-api.xml
|
||||
chmod u+w pango-api.xml
|
||||
../parser/gapi-fixup.exe --api=pango-api.xml --metadata=Pango.metadata
|
||||
../parser/gapi-fixup.exe --api=pango-api.xml --metadata=Pango.metadata --symbols=pango-symbols.xml
|
||||
|
||||
clean:
|
||||
rm -f generated-stamp
|
||||
|
|
Loading…
Reference in a new issue