2005-03-25 Mike Kestner <mkestner@novell.com>
* */makefile.win32 : add gapi-cdecl-insert to assembly target. svn path=/trunk/gtk-sharp/; revision=42258
This commit is contained in:
parent
a7c49200ee
commit
2811fb74f8
7 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-03-25 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
|
* */makefile.win32 : add gapi-cdecl-insert to assembly target.
|
||||||
|
|
||||||
2005-03-25 Mike Kestner <mkestner@novell.com>
|
2005-03-25 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
* generator/CallbackGen.cs : add CDeclCallback attrs to native dels.
|
* generator/CallbackGen.cs : add CDeclCallback attrs to native dels.
|
||||||
|
|
|
@ -9,6 +9,7 @@ windows: generated-stamp
|
||||||
|
|
||||||
generated-stamp: ../generator/codegen.exe atk-api.xml
|
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
|
../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
|
atk-api.xml: atk-api.raw Atk.metadata
|
||||||
cp atk-api.raw atk-api.xml
|
cp atk-api.raw atk-api.xml
|
||||||
|
|
|
@ -6,6 +6,7 @@ all: windows
|
||||||
|
|
||||||
windows: generated-stamp
|
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
|
$(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
|
cd glue && make -f makefile.win32
|
||||||
|
|
||||||
generated-stamp: ../generator/codegen.exe $(APIS) $(I_APIS) *.custom
|
generated-stamp: ../generator/codegen.exe $(APIS) $(I_APIS) *.custom
|
||||||
|
|
|
@ -2,5 +2,6 @@ all: windows
|
||||||
|
|
||||||
windows:
|
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
|
$(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
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,7 @@ all: windows
|
||||||
|
|
||||||
windows: generated-stamp
|
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
|
$(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
|
cd glue && make -f makefile.win32
|
||||||
|
|
||||||
generated-stamp: ../generator/codegen.exe $(APIS) $(I_APIS) *.custom
|
generated-stamp: ../generator/codegen.exe $(APIS) $(I_APIS) *.custom
|
||||||
|
|
|
@ -4,6 +4,7 @@ all: windows
|
||||||
|
|
||||||
windows:
|
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
|
$(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:
|
clean:
|
||||||
rm -f $(ASSEMBLY)
|
rm -f $(ASSEMBLY)
|
||||||
|
|
|
@ -6,6 +6,7 @@ all: windows
|
||||||
|
|
||||||
windows: generated-stamp
|
windows: generated-stamp
|
||||||
$(CSC) /unsafe /nowarn:0660,0661 /target:library /r:../glib/glib-sharp.dll /out:$(ASSEMBLY) /recurse:*.cs
|
$(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)
|
generated-stamp: ../generator/codegen.exe $(APIS)
|
||||||
../generator/codegen --generate $(APIS) --outdir=generated --customdir=. --assembly-name=pango-sharp && touch generated-stamp
|
../generator/codegen --generate $(APIS) --outdir=generated --customdir=. --assembly-name=pango-sharp && touch generated-stamp
|
||||||
|
|
Loading…
Add table
Reference in a new issue