Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make Windows build work with Unix boot images
  • Loading branch information
dra27 committed May 9, 2021
1 parent c9ad1c2 commit f70db6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile.nt
Expand Up @@ -17,7 +17,7 @@ CAMLRUN=byterun\ocamlrun
INCLUDES=-I utils -I parsing -I typing -I bytecomp -I asmcomp -I driver -I toplevel

UTILS=utils\misc.cmo utils\tbl.cmo utils\config.cmo \
utils\clflags.cmo utils\terminfo.cmo
utils/clflags.cmo utils\terminfo.cmo

PARSING=parsing\label.cmo parsing\location.cmo parsing\longident.cmo \
parsing\pstream.cmo parsing\parser.cmo parsing\lexer.cmo parsing\parse.cmo
Expand All @@ -39,7 +39,7 @@ COMP=bytecomp\lambda.cmo bytecomp\printlambda.cmo \
bytecomp\simplif.cmo bytecomp\runtimedef.cmo

BYTECOMP=bytecomp\meta.cmo bytecomp\instruct.cmo bytecomp\bytegen.cmo \
bytecomp\printinstr.cmo bytecomp\opcodes.cmo bytecomp\emitcode.cmo \
bytecomp\printinstr.cmo bytecomp/opcodes.cmo bytecomp\emitcode.cmo \
bytecomp\symtable.cmo bytecomp\bytelibrarian.cmo bytecomp\bytelink.cmo

ASMCOMP=asmcomp\arch.cmo asmcomp\cmm.cmo asmcomp\printcmm.cmo \
Expand Down

0 comments on commit f70db6e

Please sign in to comment.