mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
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:
parent
24b214bdbe
commit
57b829f2d0
5 changed files with 165 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -40,6 +40,7 @@ src/vcbuild/x64
|
|||
*.sdf
|
||||
*.opensdf
|
||||
*.user
|
||||
*.ilk
|
||||
ipch
|
||||
|
||||
# Xcode files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue