Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Changes win32.mak and posix.mak to exclude certain DRuntime source files #210

Closed
wants to merge 13 commits into from
Closed

Conversation

LightBender
Copy link
Contributor

This pull removes certain .d files from DI generation per community request and instead copies them as .di files into the correct import directory.

Required by: dlang/dmd#945

@@ -5,4 +5,4 @@ import/core/*
druntime.json
.DS_Store
trace.def
trace.log
trace.log
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whitespace/EOL change?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yea, Kate was being finicky. I can clear this up later this evening.

@alexrp
Copy link
Member

alexrp commented May 14, 2012

Looks good to me and passes the auto tester.

@LightBender
Copy link
Contributor Author

Git pull --rebase is killed me. Closing this and reopening.

redstar added a commit to ldc-developers/druntime that referenced this pull request Nov 3, 2012
MSVC does not support the long double data type. This file adds the missing functions. Most of the functions are not yet implemented. This fixes issure dlang#210.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants