dmd/win64.mak
Iain Buclaw 09d04945bd Fix build script paths to work with new merged repository structure
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>
2022-07-09 23:49:27 +02:00

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