Skip to content

Commit 888e1a4

Browse files
committed
Makefile: Require the user to pass in CC
1 parent eca4a7d commit 888e1a4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ https://digitalmars.com/ctg/sc.html
1717
4. Change directory to `dm\src\dmc`
1818
5. Make sure the `dm\bin\make.exe` program is on your `PATH`.
1919
6. Execute the commands:
20-
`make clean`
21-
`make scppn`
20+
`make CC=dmc clean`
21+
`make CC=dmc scppn`
2222
You might need to edit the `makefile` to set the path to your DMD installation.
2323

2424
Note that DMC runs on Win32, and hasn't been ported to other platforms.

dm/src/dmc/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ LFLAGS=/map/e/f/packcode/noe;
6565
# D compiler
6666
DMD=dmd
6767
# C++ compiler
68-
CC=dmc
68+
CC=
6969
# Make program
7070
MAKE=make
7171
# Librarian

0 commit comments

Comments
 (0)