From f30bb457a0a4a2d1d384fc14abcc12b18ae3c3e6 Mon Sep 17 00:00:00 2001 From: Alp Toker Date: Fri, 8 Apr 2005 00:30:53 +0000 Subject: [PATCH] 2005-04-08 Alp Toker * atk/makefile.win32: gapi-cdecl-insert was called in the wrong place and broke the win32 build. svn path=/trunk/gtk-sharp/; revision=42671 --- ChangeLog | 5 +++++ atk/makefile.win32 | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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