Author: mkestner
Date: 2005-03-25 13:31:10 -0500 (Fri, 25 Mar 2005)
New Revision: 42258

Modified:
   trunk/gtk-sharp/ChangeLog
   trunk/gtk-sharp/atk/makefile.win32
   trunk/gtk-sharp/gdk/makefile.win32
   trunk/gtk-sharp/gnome/makefile.win32
   trunk/gtk-sharp/gtk/makefile.win32
   trunk/gtk-sharp/gtkdotnet/makefile.win32
   trunk/gtk-sharp/pango/makefile.win32
Log:

2005-03-25  Mike Kestner  <[EMAIL PROTECTED]>

        * */makefile.win32 : add gapi-cdecl-insert to assembly target.


Modified: trunk/gtk-sharp/ChangeLog
===================================================================
--- trunk/gtk-sharp/ChangeLog   2005-03-25 18:28:59 UTC (rev 42257)
+++ trunk/gtk-sharp/ChangeLog   2005-03-25 18:31:10 UTC (rev 42258)
@@ -1,5 +1,9 @@
 2005-03-25  Mike Kestner  <[EMAIL PROTECTED]>
 
+       * */makefile.win32 : add gapi-cdecl-insert to assembly target.
+
+2005-03-25  Mike Kestner  <[EMAIL PROTECTED]>
+
        * generator/CallbackGen.cs : add CDeclCallback attrs to native dels.
        * generator/Signal.cs : add CDeclCallback attrs to native dels.
 

Modified: trunk/gtk-sharp/atk/makefile.win32
===================================================================
--- trunk/gtk-sharp/atk/makefile.win32  2005-03-25 18:28:59 UTC (rev 42257)
+++ trunk/gtk-sharp/atk/makefile.win32  2005-03-25 18:31:10 UTC (rev 42258)
@@ -9,6 +9,7 @@
 
 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

Modified: trunk/gtk-sharp/gdk/makefile.win32
===================================================================
--- trunk/gtk-sharp/gdk/makefile.win32  2005-03-25 18:28:59 UTC (rev 42257)
+++ trunk/gtk-sharp/gdk/makefile.win32  2005-03-25 18:31:10 UTC (rev 42258)
@@ -6,6 +6,7 @@
 
 windows: generated-stamp
        $(CSC) /unsafe /nowarn:0660,0661 /target:library /r:System.Drawing.dll 
/r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll 
/out:$(ASSEMBLY) /recurse:*.cs
+       ../gapi-cdecl-insert --keyfile=gtk-sharp.snk gdk-sharp.dll
        cd glue && make -f makefile.win32
 
 generated-stamp: ../generator/codegen.exe $(APIS) $(I_APIS) *.custom

Modified: trunk/gtk-sharp/gnome/makefile.win32
===================================================================
--- trunk/gtk-sharp/gnome/makefile.win32        2005-03-25 18:28:59 UTC (rev 
42257)
+++ trunk/gtk-sharp/gnome/makefile.win32        2005-03-25 18:31:10 UTC (rev 
42258)
@@ -2,5 +2,6 @@
 
 windows:
        $(CSC) /unsafe /nowarn:0660,0661 /target:library 
/r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll 
/r:../gdk/gdk-sharp.dll /r:../gtk/gtk-sharp.dll /out:gnome-sharp.dll 
/recurse:*.cs
+       ../gapi-cdecl-insert --keyfile=gtk-sharp.snk gnome-sharp.dll
 
 

Modified: trunk/gtk-sharp/gtk/makefile.win32
===================================================================
--- trunk/gtk-sharp/gtk/makefile.win32  2005-03-25 18:28:59 UTC (rev 42257)
+++ trunk/gtk-sharp/gtk/makefile.win32  2005-03-25 18:31:10 UTC (rev 42258)
@@ -6,6 +6,7 @@
 
 windows: generated-stamp
        $(CSC) /unsafe /nowarn:0660,0661 /target:library 
/r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll 
/r:../gdk/gdk-sharp.dll /out:$(ASSEMBLY) /recurse:*.cs
+       ../gapi-cdecl-insert --keyfile=gtk-sharp.snk gtk-sharp.dll
        cd glue && make -f makefile.win32
 
 generated-stamp: ../generator/codegen.exe $(APIS) $(I_APIS) *.custom

Modified: trunk/gtk-sharp/gtkdotnet/makefile.win32
===================================================================
--- trunk/gtk-sharp/gtkdotnet/makefile.win32    2005-03-25 18:28:59 UTC (rev 
42257)
+++ trunk/gtk-sharp/gtkdotnet/makefile.win32    2005-03-25 18:31:10 UTC (rev 
42258)
@@ -4,6 +4,7 @@
 
 windows:
        $(CSC) /unsafe /nowarn:0660,0661 /target:library 
/r:../glib/glib-sharp.dll /r:../pango/pango-sharp.dll /r:../atk/atk-sharp.dll 
/r:../gdk/gdk-sharp.dll /r:../gtk/gtk-sharp.dll /r:System.Drawing.dll 
/out:$(ASSEMBLY) /recurse:*.cs
+       ../gapi-cdecl-insert --keyfile=gtk-sharp.snk gtk-dotnet.dll
 
 clean:
        rm -f $(ASSEMBLY)

Modified: trunk/gtk-sharp/pango/makefile.win32
===================================================================
--- trunk/gtk-sharp/pango/makefile.win32        2005-03-25 18:28:59 UTC (rev 
42257)
+++ trunk/gtk-sharp/pango/makefile.win32        2005-03-25 18:31:10 UTC (rev 
42258)
@@ -6,6 +6,7 @@
 
 windows: generated-stamp
        $(CSC) /unsafe /nowarn:0660,0661 /target:library 
/r:../glib/glib-sharp.dll /out:$(ASSEMBLY) /recurse:*.cs
+       ../gapi-cdecl-insert --keyfile=gtk-sharp.snk pango-sharp.dll
 
 generated-stamp: ../generator/codegen.exe $(APIS)
        ../generator/codegen --generate $(APIS) --outdir=generated 
--customdir=. --assembly-name=pango-sharp && touch generated-stamp

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to