2004-06-07 Mike Kestner <mkestner@ximian.com>
* */Makefile.am : s|--unsafe|/unsafe to remove a mcs-ism that jluke exposed in his cygwin build patch. svn path=/trunk/gtk-sharp/; revision=28991
This commit is contained in:
parent
fe4a530155
commit
8520053aa8
13 changed files with 17 additions and 12 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-06-07 Mike Kestner <mkestner@ximian.com>
|
||||
|
||||
* */Makefile.am : s|--unsafe|/unsafe to remove a mcs-ism that jluke
|
||||
exposed in his cygwin build patch.
|
||||
|
||||
2004-06-07 Jeroen Zwartepoorte <jeroen@xs4all.nl>
|
||||
|
||||
* configure.in: Add pango pkg-config check.
|
||||
|
|
|
@ -58,7 +58,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub
|
|||
cp $(top_srcdir)/gtk-sharp.pub .
|
||||
|
||||
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub
|
||||
$(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
$(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
|
|
|
@ -47,7 +47,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub
|
|||
cp $(top_srcdir)/gtk-sharp.pub .
|
||||
|
||||
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub
|
||||
$(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
$(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
|
|
|
@ -55,7 +55,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub
|
|||
cp $(top_srcdir)/gtk-sharp.pub .
|
||||
|
||||
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub
|
||||
$(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
$(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
|
|
|
@ -85,7 +85,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub
|
|||
cp $(top_srcdir)/gtk-sharp.pub .
|
||||
|
||||
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub
|
||||
$(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
$(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
|
|
|
@ -61,7 +61,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub
|
|||
cp $(top_srcdir)/gtk-sharp.pub .
|
||||
|
||||
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub
|
||||
$(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
$(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
|
|
|
@ -91,7 +91,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub
|
|||
cp $(top_srcdir)/gtk-sharp.pub .
|
||||
|
||||
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub
|
||||
$(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
$(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
|
|
|
@ -55,7 +55,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub
|
|||
cp $(top_srcdir)/gtk-sharp.pub .
|
||||
|
||||
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub
|
||||
$(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
$(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
|
|
|
@ -116,7 +116,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub
|
|||
cp $(top_srcdir)/gtk-sharp.pub .
|
||||
|
||||
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub
|
||||
$(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
$(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
|
|
|
@ -56,7 +56,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub
|
|||
cp $(top_srcdir)/gtk-sharp.pub .
|
||||
|
||||
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub
|
||||
$(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
$(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
|
|
|
@ -53,7 +53,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub
|
|||
cp $(top_srcdir)/gtk-sharp.pub .
|
||||
|
||||
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub
|
||||
$(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
$(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
|
|
|
@ -56,7 +56,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub
|
|||
cp $(top_srcdir)/gtk-sharp.pub .
|
||||
|
||||
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub
|
||||
$(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
$(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
|
|
|
@ -54,7 +54,7 @@ gtk-sharp.pub: $(top_srcdir)/gtk-sharp.pub
|
|||
cp $(top_srcdir)/gtk-sharp.pub .
|
||||
|
||||
$(ASSEMBLY): $(build_sources) generated-stamp gtk-sharp.pub
|
||||
$(CSC) --unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
$(CSC) /unsafe /out:$(ASSEMBLY) /target:library $(references) $(build_sources) generated/*.cs
|
||||
|
||||
install-data-local:
|
||||
@if test -n '$(TARGET)'; then \
|
||||
|
|
Loading…
Reference in a new issue