some makefile win32 lovin
svn path=/trunk/gtk-sharp/; revision=46399
This commit is contained in:
parent
64dd7f67d4
commit
a539e69747
1 changed files with 7 additions and 3 deletions
|
@ -1,9 +1,13 @@
|
|||
references = /r:../glib/glib-sharp.dll /r:../atk/atk-sharp.dll /r:../pango/pango-sharp.dll /r:../gdk/gdk-sharp.dll /r:../gtk/gtk-sharp.dll /r:../glade/glade-sharp.dll
|
||||
|
||||
all: windows
|
||||
|
||||
windows:
|
||||
$(CSC) /unsafe /out:gtk-hello-world.exe /r:../glib/glib-sharp.dll /r:../atk/atk-sharp.dll /r:../gtk/gtk-sharp.dll /r:../gdk/gdk-sharp.dll HelloWorld.cs
|
||||
$(CSC) /unsafe /out:button.exe /r:../glib/glib-sharp.dll /r:../atk/atk-sharp.dll /r:../gtk/gtk-sharp.dll ButtonApp.cs
|
||||
$(CSC) /unsafe /out:menu.exe /r:../glib/glib-sharp.dll /r:../atk/atk-sharp.dll /r:../gtk/gtk-sharp.dll Menu.cs
|
||||
$(CSC) /unsafe /out:gtk-hello-world.exe $(references) HelloWorld.cs
|
||||
$(CSC) /unsafe /out:button.exe $(references) ButtonApp.cs
|
||||
$(CSC) /unsafe /out:menu.exe $(references) Menu.cs
|
||||
$(CSC) /unsafe /out:glade-test.exe $(references) /resource:test.glade GladeTest.cs
|
||||
$(CSC) /unsafe /out:glade-viewer.exe $(references) GladeViewer.cs
|
||||
|
||||
docs:
|
||||
@echo "No docs to make."
|
||||
|
|
Loading…
Add table
Reference in a new issue