Skip to content

Commit

Permalink
2003-08-12 Nick Drochak <ndrochak@gol.com>
Browse files Browse the repository at this point in the history
        * Makefile: put .dll on System.Drawing reference. Fix CSC build.

svn path=/trunk/mcs/; revision=17276
  • Loading branch information
Nick Drochak committed Aug 12, 2003
1 parent 50e15c1 commit 31b5fd0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion mcs/class/Mono.Cairo/ChangeLog
@@ -1,3 +1,7 @@
2003-08-12 Nick Drochak <ndrochak@gol.com>

* Makefile: put .dll on System.Drawing reference. Fix CSC build.

2003-08-11 Duncan Mak <duncan@ximian.com>

* makefile:
Expand All @@ -13,4 +17,4 @@
* Mono.Cairo/Cairo.cs:
* Mono.Cairo/CairoObject.cs:
* Mono.Cairo/CairoMatrixObject.cs:
* Mono.Cairo/CairoSurfaceObject.cs: Added Cairo binding.
* Mono.Cairo/CairoSurfaceObject.cs: Added Cairo binding.
2 changes: 1 addition & 1 deletion mcs/class/Mono.Cairo/Makefile
Expand Up @@ -3,7 +3,7 @@ SUBDIRS =
include ../../build/rules.make

LIBRARY = Mono.Cairo.dll
LIB_MCS_FLAGS = /r:System.Drawing
LIB_MCS_FLAGS = /r:System.Drawing.dll
NO_TEST = yes

EXTRA_DISTFILES =
Expand Down

0 comments on commit 31b5fd0

Please sign in to comment.