2005-04-08 Alp Toker <alp@atoker.com>

* atk/makefile.win32: gapi-cdecl-insert was called in the wrong place
        and broke the win32 build.

svn path=/trunk/gtk-sharp/; revision=42671
This commit is contained in:
Alp Toker 2005-04-08 00:30:53 +00:00
parent 7c80282cfd
commit f30bb457a0
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-04-08 Alp Toker <alp@atoker.com>
* atk/makefile.win32: gapi-cdecl-insert was called in the wrong place
and broke the win32 build.
2005-04-07 Dan Winship <danw@novell.com>
* gtk/Object.custom (Raw): Always ref the object, even if it's not

View File

@ -6,10 +6,10 @@ all: windows
windows: generated-stamp
$(CSC) /unsafe /nowarn:0660,0661 /target:library /r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /out:$(ASSEMBLY) /recurse:*.cs
../gapi-cdecl-insert --keyfile=gtk-sharp.snk atk-sharp.dll
generated-stamp: ../generator/codegen.exe atk-api.xml
../generator/codegen --generate $(APIS) --outdir=generated --customdir=. --assembly-name=atk-sharp --gluelib-name=atksharpglue --glue-filename=glue/generated.c && touch generated-stamp
../gapi-cdecl-insert --keyfile=gtk-sharp.snk atk-sharp.dll
atk-api.xml: atk-api.raw Atk.metadata
cp atk-api.raw atk-api.xml