What's up with the windows headers?
Brad Anderson via Digitalmars-d
digitalmars-d at puremagic.com
Fri Jan 2 12:07:57 PST 2015
On Friday, 2 January 2015 at 17:10:01 UTC, Adam D. Ruppe wrote:
> On Friday, 2 January 2015 at 17:06:30 UTC, Andrej Mitrovic via
> Digitalmars-d wrote:
>> I recommend
>> https://github.com/CS-svnmirror/dsource-bindings-win32
>
> Ooooh, and the 64 bit looks like it is already there!
>
> we *desperately* need this bundled with the main dmd download.
> I noticed today that they separated out the OS zips. For the
> love of the D, let's just drop this in there so it all just
> works.
>
> Who's zipping them up nowadays?
A script. Here and in main() is probably where you'd want to add
them (but I'd ask Martin to be sure):
https://github.com/D-Programming-Language/installer/blob/master/create_dmd_release/build_all.d#L208
More information about the Digitalmars-d
mailing list