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>2016-03-15 15:55:30 +0300
committerMarek Safar <marek.safar@gmail.com>2016-03-15 15:55:30 +0300
commit56d646881163706007bf4ae7c0b42e399d4f9f2f (patch)
tree4f3659125db56d162aa439a280b961edab5e846d /mcs/class/monodoc
parent916f39005c65a051abd22e7dfdcc5ff2d40ec82a (diff)
[monodoc] Remove redundant codepage argument
Diffstat (limited to 'mcs/class/monodoc')
-rw-r--r--mcs/class/monodoc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/mcs/class/monodoc/Makefile b/mcs/class/monodoc/Makefile
index 3ebba803f7e..1c85d9abac6 100644
--- a/mcs/class/monodoc/Makefile
+++ b/mcs/class/monodoc/Makefile
@@ -90,7 +90,6 @@ EXTRA_DISTFILES = \
LIB_REFS = ICSharpCode.SharpZipLib System System.Core System.Xml System.Xml.Linq System.Configuration
LIB_MCS_FLAGS = \
/unsafe \
- /codepage:utf8 \
/nowarn:169,164,162,168,219,618,612 \
/resource:../../docs/monodoc.xml,monodoc.xml \
/resource:Resources/base.css,base.css \