mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00

Co-Authored-By: Geod24 <pro.mathias.lang@gmail.com> Co-Authored-By: Martin Kinkelin <noone@nowhere.com> Co-Authored-By: Vladimir Panteleev <git@cy.md>
9 lines
263 B
Makefile
9 lines
263 B
Makefile
# To be able to use this Makefile Visual Studio must be installed, and either
|
|
# a "Visual Studio Command prompt" use to run make or manually calling
|
|
# `vcvarsall.bat amd64` from the command-line beforehand.
|
|
|
|
MAKE=make
|
|
|
|
all:
|
|
cd compiler\src
|
|
$(MAKE) -f win64.mak
|