~ubuntu-branches/ubuntu/precise/gtk-sharp2/precise

« back to all changes in this revision

Viewing changes to gtkdotnet/makefile.win32

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2008-12-15 15:38:54 UTC
  • mfrom: (1.1.13 upstream) (13.1.2 lenny)
  • Revision ID: james.westby@ubuntu.com-20081215153854-v2s86r8ubt6lqia6
Tags: 2.12.7-1ubuntu1
* Merge from Debian experimental, remaining changes:
  - debian/rules: symlink documentation directories
* debian/rules: pass CSC=/usr/bin/csc to configure, for the mono 2.0
  transition.
* debian/changelog: update the build-dependencies for mono 2.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ASSEMBLY=gtk-dotnet.dll
2
 
 
3
 
all: windows
4
 
 
5
 
windows:
6
 
        $(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
7
 
        ../gapi-cdecl-insert --keyfile=gtk-sharp.snk gtk-dotnet.dll
8
 
 
9
 
clean:
10
 
        rm -f $(ASSEMBLY)