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

Commit

Permalink
compile .c files with ImportC
Browse files Browse the repository at this point in the history
  • Loading branch information
WalterBright committed Jun 22, 2022
1 parent 02a6b86 commit a912ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion win32.mak
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ lib\win32\winspool.lib: def\winspool.def
################### C\ASM Targets ############################

errno_c_32omf.obj: src\core\stdc\errno.c
$(DMD) -c -of=$@ $(DFLAGS) src\core\stdc\errno.c
$(DMD) -c -of=$@ $(DFLAGS) -v -P=-I. src\core\stdc\errno.c

# only rebuild explicitly
rebuild_minit_obj: src\rt\minit.asm
Expand Down

0 comments on commit a912ef8

Please sign in to comment.