2005-04-21 Mike Kestner <mkestner@novell.com>
* Makefile.include : make mcs shaddup about 169. svn path=/trunk/gtk-sharp/; revision=43399
This commit is contained in:
parent
251cb8e4be
commit
30e9473cb7
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2005-04-21 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
|
* Makefile.include : make mcs shaddup about 169.
|
||||||
|
|
||||||
2005-04-20 Mike Kestner <mkestner@novell.com>
|
2005-04-20 Mike Kestner <mkestner@novell.com>
|
||||||
|
|
||||||
* generator/*.cs : cleanup the unused private member warnings.
|
* generator/*.cs : cleanup the unused private member warnings.
|
||||||
|
|
|
@ -44,7 +44,7 @@ build_references = $(addprefix /r:, $(references))
|
||||||
|
|
||||||
$(ASSEMBLY): generated-stamp $(SNK) $(build_sources) $(references)
|
$(ASSEMBLY): generated-stamp $(SNK) $(build_sources) $(references)
|
||||||
@rm -f $(ASSEMBLY).mdb
|
@rm -f $(ASSEMBLY).mdb
|
||||||
$(CSC) $(CSFLAGS) -nowarn:0612 -nowarn:0618 -unsafe -out:$(ASSEMBLY) -target:library $(build_references) $(build_sources) $(GENERATED_SOURCES)
|
$(CSC) $(CSFLAGS) -nowarn:0169,0612,0618 -unsafe -out:$(ASSEMBLY) -target:library $(build_references) $(build_sources) $(GENERATED_SOURCES)
|
||||||
|
|
||||||
install-data-local:
|
install-data-local:
|
||||||
@if test -n '$(pkg)'; then \
|
@if test -n '$(pkg)'; then \
|
||||||
|
|
Loading…
Add table
Reference in a new issue