Add win64.mak

Add support for building a 64-bit DMD using Microsoft Visual C++
without msbuild or needing to duplicate the project structure.
This is done by adding wrappers for the DigitalMars C compiler
and librarian, which translate the command-line parameters
to the Microsoft equivalents.
This commit is contained in:
Vladimir Panteleev 2016-04-23 12:23:03 +00:00
parent 24b214bdbe
commit 57b829f2d0
5 changed files with 165 additions and 5 deletions

1
.gitignore vendored
View file

@ -40,6 +40,7 @@ src/vcbuild/x64
*.sdf
*.opensdf
*.user
*.ilk
ipch
# Xcode files