Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-03-07 01:59:41 +0300
committerMarek Safar <marek.safar@gmail.com>2017-03-07 02:01:42 +0300
commitfb14f43a98a8e7da7db3bc3b395a81bc99051533 (patch)
tree9da02e867764ec22350686b4723a1f15c4a0c5f9 /mcs/class/Mono.Options
parentc1b9fc566a365cf6923218eae9098d0fd0e632ae (diff)
[Mono.Options] Update documentation build
Diffstat (limited to 'mcs/class/Mono.Options')
-rw-r--r--mcs/class/Mono.Options/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mcs/class/Mono.Options/Makefile b/mcs/class/Mono.Options/Makefile
index d8cad7eeab1..af1350df5b0 100644
--- a/mcs/class/Mono.Options/Makefile
+++ b/mcs/class/Mono.Options/Makefile
@@ -55,10 +55,10 @@ $(the_libdir)/.doc-stamp: $(DOC_EXAMPLES_OUTPUT)
Documentation/en/examples/Mono.Options.dll: $(the_lib)
cp $^ $@
- -cp $^.mdb $@.mdb
%.exe: %.cs Documentation/en/examples/Mono.Options.dll
- $(CSCOMPILE) -debug+ -r:../lib/$(PROFILE)/System.dll -r:../lib/$(PROFILE)/Mono.Posix.dll -r:../lib/$(PROFILE)/System.Core.dll -lib:Documentation/en/examples -r:../lib/$(PROFILE)/Mono.Options.dll -out:$@ $<
+ $(CSCOMPILE) -debug:portable -r:$(topdir)/class/lib/$(PROFILE)/Mono.Posix.dll -r:$(topdir)/class/lib/$(PROFILE)/System.Core.dll -r:$(topdir)/class/lib/$(PROFILE)/System.dll \
+ -r:$(topdir)/class/lib/$(PROFILE)/Mono.Options.dll -out:$@ $<
Documentation/en/examples/locale/es/LC_MESSAGES/localization.mo: Documentation/en/examples/localization-es.po
msgfmt $< -o $@