Skip to content

Commit

Permalink
Make mdoc a .NET 4.0 profile app.
Browse files Browse the repository at this point in the history
This isn't so much so that mdoc can use C#4 features. It's instead so
that the mdoc unit tests can use C#4 features. :-)
  • Loading branch information
jonpryor committed Sep 29, 2011
1 parent e8f31be commit 89864dd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mcs/tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ net_4_0_dirs := \
macpack \
dtd2rng \
dtd2xsd \
mdoc \
mod \
installvst \
lc \
Expand All @@ -48,8 +49,7 @@ net_4_0_dirs := \

net_2_0_dirs := \
$(per_profile_dirs) \
monodoc \
mdoc
monodoc

build_SUBDIRS = gacutil security culevel
net_2_0_SUBDIRS := $(basic_SUBDIRS) $(net_2_0_dirs)
Expand Down
2 changes: 1 addition & 1 deletion scripts/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ deprecated = \
scripts_2_0 = \
al2$(SCRIPT_SUFFIX) \
gacutil2$(SCRIPT_SUFFIX) \
mdoc$(SCRIPT_SUFFIX) \
monop2$(SCRIPT_SUFFIX) \
resgen2$(SCRIPT_SUFFIX) \
wsdl2$(SCRIPT_SUFFIX)
Expand All @@ -68,6 +67,7 @@ scripts_4_0 = \
installvst$(SCRIPT_SUFFIX) \
genxs$(SCRIPT_SUFFIX) \
macpack$(SCRIPT_SUFFIX) \
mdoc$(SCRIPT_SUFFIX) \
mono-cil-strip$(SCRIPT_SUFFIX) \
prj2make$(SCRIPT_SUFFIX) \
soapsuds$(SCRIPT_SUFFIX) \
Expand Down

0 comments on commit 89864dd

Please sign in to comment.