diff --git a/ChangeLog b/ChangeLog index 8e345072f..85a575b16 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-04-08 Alp Toker + + * atk/makefile.win32: gapi-cdecl-insert was called in the wrong place + and broke the win32 build. + 2005-04-07 Dan Winship * gtk/Object.custom (Raw): Always ref the object, even if it's not diff --git a/atk/makefile.win32 b/atk/makefile.win32 index 25bb8fb49..007884b1a 100644 --- a/atk/makefile.win32 +++ b/atk/makefile.win32 @@ -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