Skip to content

Commit ed2b6e3

Browse files
authored
Merge pull request #14 from Geod24/compatibility
Make compatibility with Win32-only more explicit
2 parents 7089591 + 30e59d1 commit ed2b6e3

File tree

2 files changed

+3
-335
lines changed

2 files changed

+3
-335
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ http://www.digitalmars.com
66

77
https://digitalmars.com/ctg/sc.html
88

9-
## Building the compiler:
9+
## Building the compiler (Win32 only):
1010

1111
1. Download and install Digital Mars C++ compiler from https://www.digitalmars.com/download/freecompiler.html
1212
2. Download and install DMD 2.074.1 from http://downloads.dlang.org/releases/2017/
@@ -20,3 +20,5 @@ https://digitalmars.com/ctg/sc.html
2020
`make clean`
2121
`make scppn`
2222
You might need to edit the `makefile` to set the path to your DMD installation.
23+
24+
Note that DMC targets Win32, and hasn't been ported to other platforms.

dm/src/dmc/posix.mak

Lines changed: 0 additions & 334 deletions
This file was deleted.

0 commit comments

Comments
 (0)