2009-04-15 Andrés G. Aragoneses <aaragoneses@novell.com>

* atk/Makefile.am
        * glib/Makefile.am
        * Makefile.include: Added new 'moonlight' target, to build with
        smcs.


svn path=/trunk/gtk-sharp/; revision=131780
This commit is contained in:
Andrés G. Aragoneses 2009-04-15 15:32:41 +00:00
parent da7be52173
commit 722954e799
4 changed files with 37 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2009-04-15 Andrés G. Aragoneses <aaragoneses@novell.com>
* atk/Makefile.am
* glib/Makefile.am
* Makefile.include: Added new 'moonlight' target, to build with
smcs.
2009-04-14 Christian Hoff <christian_hoff@gmx.net>
* gtk/Adjustment.custom: Deglued implementation of SetBounds.

View File

@ -61,9 +61,11 @@ else
GAPI_CDECL_INSERT=
endif
BUILD_PARAMS=$(CSFLAGS) -nowarn:0169,0612,0618 -unsafe -target:library $(GENERATED_SOURCES) $(build_sources)
$(ASSEMBLY): generated-stamp $(SNK) $(build_sources) $(references)
@rm -f $(ASSEMBLY).mdb
$(CSC) $(CSFLAGS) -nowarn:0169,0612,0618 -unsafe -out:$(ASSEMBLY) -target:library $(build_references) $(GENERATED_SOURCES) $(build_sources)
$(CSC) $(build_references) $(BUILD_PARAMS) -out:$(ASSEMBLY)
$(GAPI_CDECL_INSERT)
install-data-local:

View File

@ -21,4 +21,18 @@ customs = \
add_dist =
MOON_DIR=$(top_builddir)/moonbin/
MOON_ASSEMBLY=$(MOON_DIR)$(ASSEMBLY)
references_moon = $(MOON_DIR)glib-sharp.dll
build_references_moon = $(addprefix /r:, $(references_moon))
moonlight: $(MOON_ASSEMBLY)
$(MOON_ASSEMBLY): $(references_moon) $(ASSEMBLY)
smcs -define:NET_2_1 $(build_references_moon) $(BUILD_PARAMS) -out:$@
$(GAPI_CDECL_INSERT)
include ../Makefile.include

View File

@ -97,9 +97,21 @@ else
GAPI_CDECL_INSERT=
endif
BUILD_PARAMS=$(CSFLAGS) -unsafe -nowarn:0169,0612,0618 -target:library $(references) $(build_sources)
$(ASSEMBLY): $(build_sources) gtk-sharp.snk AssemblyInfo.cs
@rm -f $(ASSEMBLY).mdb
$(CSC) $(CSFLAGS) -unsafe -nowarn:0169,0612,0618 -out:$(ASSEMBLY) -target:library $(references) $(build_sources)
$(CSC) $(BUILD_PARAMS) -out:$(ASSEMBLY)
$(GAPI_CDECL_INSERT)
MOON_DIR=$(top_builddir)/moonbin/
MOON_ASSEMBLY=$(MOON_DIR)$(ASSEMBLY)
moonlight: $(MOON_ASSEMBLY)
$(MOON_ASSEMBLY): $(ASSEMBLY)
mkdir -p $(MOON_DIR)
smcs -define:NET_2_1 $(BUILD_PARAMS) -out:$@
$(GAPI_CDECL_INSERT)
policy.%.config: $(top_builddir)/policy.config