File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -9,17 +9,20 @@ BUILD=release
9
9
OS =windows
10
10
DMD =$(DMD_DIR ) \generated\$(OS ) \$(BUILD ) \32\dmd
11
11
12
+ # Used for running MASM assembler on .asm files
12
13
CC =dmc
14
+
13
15
MAKE =make
14
16
HOST_DMD =dmd
15
17
16
18
DOCDIR =doc
17
19
IMPDIR =import
18
20
21
+ # For compiling D and ImportC files
19
22
DFLAGS =-m32omf -conf= -O -release -preview=dip1000 -preview=fieldwise -preview=dtorfields -inline -w -Isrc -Iimport
23
+ # For unittest build
20
24
UDFLAGS =-m32omf -conf= -O -release -preview=dip1000 -preview=fieldwise -w -Isrc -Iimport
21
- DDOCFLAGS=-conf = -c -w -o- -Isrc -Iimport -version=CoreDdoc
22
-
25
+ # Also for unittest build
23
26
UTFLAGS=-version =CoreUnittest -unittest -checkaction=context
24
27
25
28
CFLAGS =
@@ -97,7 +100,7 @@ lib\win32\winspool.lib: def\winspool.def
97
100
# ################## C\ASM Targets ############################
98
101
99
102
errno_c_32omf.obj : src\core\stdc\errno.c
100
- $(CC ) -c -o $@ $(CFLAGS ) src\c ore\s tdc\e rrno.c
103
+ $(DMD ) -c -of= $@ $(DFLAGS ) -v -P=-I. src\c ore\s tdc\e rrno.c
101
104
102
105
# only rebuild explicitly
103
106
rebuild_minit_obj : src\rt\minit.asm
You can’t perform that action at this time.
0 commit comments