Skip to content

Commit

Permalink
2009-07-02 Jb Evain <jbevain@novell.com>
Browse files Browse the repository at this point in the history
	* Makefile: adjust to the linker build change.


svn path=/trunk/mcs/; revision=137276
  • Loading branch information
jbevain committed Jul 2, 2009
1 parent fc5f371 commit 6833026
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions mcs/tools/csharplib/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-07-02 Jb Evain <jbevain@novell.com>

* Makefile: adjust to the linker build change.

2008-10-09 Daniel Nauck <dna@mono-project.de>

* link.xml: follow up r114301 and rename csharplib
Expand Down
4 changes: 2 additions & 2 deletions mcs/tools/csharplib/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ thisdir = tools/csharplib
SUBDIRS =
include ../../build/rules.make

LINKER = $(topdir)/class/lib/net_1_1/monolinker.exe
LINKER = $(topdir)/class/lib/$(PROFILE)/monolinker.exe

LOCAL_MCS_FLAGS = -d:GMCS_SOURCE -d:NET_1_1 -d:NET_2_0 -r:System -r:System.Xml

Expand All @@ -29,7 +29,7 @@ EXTRA_DISTFILES = compiler.info link.xml $(docs)

include ../../build/library.make

MONO_PATH=MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$(topdir)/class/lib/net_1_1$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH"
MONO_PATH=MONO_PATH="$(topdir)/class/lib/$(PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH"

$(the_lib): $(the_libdir)/.stamp Makefile Mono.CSharp.dll.sources $(build_lib)
$(MKINSTALLDIRS) fixup
Expand Down

0 comments on commit 6833026

Please sign in to comment.