Skip to content

Commit

Permalink
Include std.windows modules in navbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
H. S. Teoh committed Jan 6, 2016
1 parent 605da98 commit 40c72d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions posix.mak
Expand Up @@ -37,10 +37,10 @@ STABLE_RDMD=$(STABLE_DMD_ROOT)/dmd2/$(OS)/$(if $(filter $(OS),osx),bin,bin$(MODE
# exclude lists
MOD_EXCLUDES_PRERELEASE=$(addprefix --ex=, gc. rt. core.internal. core.stdc.config core.sys. \
std.c. std.algorithm.internal std.internal. std.regex.internal. std.typelist \
std.windows. etc.linux.memoryerror std.stream std.cstream std.socketstream \
std.metastrings std.experimental.ndslice.internal)
std.windows.iunknown std.windows.registry etc.linux.memoryerror std.stream std.cstream \
std.socketstream std.metastrings std.experimental.ndslice.internal)

MOD_EXCLUDES_RELEASE=$(MOD_EXCLUDES_PRERELEASE) --ex=core.stdc.
MOD_EXCLUDES_RELEASE=$(MOD_EXCLUDES_PRERELEASE) $(addprefix --ex=, core.stdc. std.windows.)

# rdmd must fetch the model, imports, and libs from the specified version
DFLAGS=-m$(MODEL) -I$(DRUNTIME_DIR)/import -I$(PHOBOS_DIR) -L-L$(PHOBOS_DIR)/generated/$(OS)/release/$(MODEL)
Expand Down

0 comments on commit 40c72d8

Please sign in to comment.