D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 13993 - visual studio 2010: can't build with vcbuild/builddmd.bat
Summary: visual studio 2010: can't build with vcbuild/builddmd.bat
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dmd (show other issues)
Version: D2
Hardware: x86 Windows
: P1 minor
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-17 03:30 UTC by Ketmar Dark
Modified: 2020-11-09 01:30 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Ketmar Dark 2015-01-17 03:30:17 UTC
vcbuild/builddmd.bat is not working with MSVS2010

1. it can't create libraries, 'cause msvc link is command-line incompatible with dmc link
2. it can't compile scanmscoff.c (invalid c compiler flags)
3. it can't compile mscoffobj.c (invalid c compiler flags)
4. and finally, after hacking aroung previous bugs it can't link dmd.exe
Comment 1 Vladimir Panteleev 2017-06-26 16:28:32 UTC
There's no longer a builddmd.bat, closing?

You can build a 64-bit dmd.exe with win64.mak if that's what you were after.
Comment 2 Mathias LANG 2020-11-09 01:30:11 UTC
Fixed by https://github.com/dlang/dmd/pull/5260 (v2.070.0)