We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca4a7d commit 888e1a4Copy full SHA for 888e1a4
2 files changed
README.md
@@ -17,8 +17,8 @@ https://digitalmars.com/ctg/sc.html
17
4. Change directory to `dm\src\dmc`
18
5. Make sure the `dm\bin\make.exe` program is on your `PATH`.
19
6. Execute the commands:
20
- `make clean`
21
- `make scppn`
+ `make CC=dmc clean`
+ `make CC=dmc scppn`
22
You might need to edit the `makefile` to set the path to your DMD installation.
23
24
Note that DMC runs on Win32, and hasn't been ported to other platforms.
dm/src/dmc/makefile
@@ -65,7 +65,7 @@ LFLAGS=/map/e/f/packcode/noe;
65
# D compiler
66
DMD=dmd
67
# C++ compiler
68
-CC=dmc
+CC=
69
# Make program
70
MAKE=make
71
# Librarian
0 commit comments