Skip to content

Commit

Permalink
Merge pull request #1248 from schveiguy/include_stdc
Browse files Browse the repository at this point in the history
We should be including core.stdc in the menu
  • Loading branch information
schuetzm committed Mar 12, 2016
2 parents e05947f + 3eef2c0 commit a2caf1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion posix.mak
Expand Up @@ -40,7 +40,7 @@ MOD_EXCLUDES_PRERELEASE=$(addprefix --ex=, gc. rt. core.internal. core.stdc.conf
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) $(addprefix --ex=, core.stdc. std.windows.)
MOD_EXCLUDES_RELEASE=$(MOD_EXCLUDES_PRERELEASE) $(addprefix --ex=, 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
2 changes: 1 addition & 1 deletion win32.mak
Expand Up @@ -144,7 +144,7 @@ TARGETS= $(SPECTARGETS) cpptod.html ctod.html pretod.html cppcontracts.html inde
MOD_EXCLUDES_RELEASE=--ex=gc. --ex=rt. --ex=core.internal. --ex=core.stdc.config --ex=core.sys. \
--ex=std.c. --ex=std.algorithm.internal --ex=std.internal. --ex=std.regex.internal. \
--ex=std.typelist --ex=std.windows. --ex=etc.linux.memoryerror \
--ex=core.stdc. --ex=std.stream --ex=std.cstream --ex=socketstream \
--ex=std.stream --ex=std.cstream --ex=socketstream \
--ex=std.experimental.ndslice.internal

CHMTARGETS=d.hhp d.hhc d.hhk d.chm
Expand Down

0 comments on commit a2caf1d

Please sign in to comment.