No VisualStudio project for phobos?

2014-05-08 Thread Manu via Digitalmars-d
DMD has a VS project, is there an objection to one for phobos too?

Re: No VisualStudio project for phobos?

2014-05-08 Thread Orvid King via Digitalmars-d
It would mean that a VisualD project for druntime, as well as a VisualC++ project for zlib, would be required. The issue I see is that while I know that Mono-D can open VisualD project files, as well as dub projects, and mono-d project files, I don't know if it can open VisualC++ project files,

Re: No VisualStudio project for phobos?

2014-05-08 Thread Dicebot via Digitalmars-d
On Thursday, 8 May 2014 at 13:32:28 UTC, Manu via Digitalmars-d wrote: DMD has a VS project, is there an objection to one for phobos too? If you are willing to maintain it.

Re: No VisualStudio project for phobos?

2014-05-08 Thread Manu via Digitalmars-d
On 8 May 2014 23:58, Orvid King via Digitalmars-d digitalmars-d@puremagic.com wrote: It would mean that a VisualD project for druntime, as well as a VisualC++ project for zlib, would be required. The issue I see is that while I know that Mono-D can open VisualD project files, as well as dub

Re: No VisualStudio project for phobos?

2014-05-08 Thread Manu via Digitalmars-d
On 9 May 2014 00:27, Manu turkey...@gmail.com wrote: On 8 May 2014 23:58, Orvid King via Digitalmars-d digitalmars-d@puremagic.com wrote: It would mean that a VisualD project for druntime, as well as a VisualC++ project for zlib, would be required. The issue I see is that while I know that

Re: No VisualStudio project for phobos?

2014-05-08 Thread Dicebot via Digitalmars-d
On Thursday, 8 May 2014 at 15:23:35 UTC, Manu via Digitalmars-d wrote: Trying to understand this bit... why is $(ZLIB) $(DRUNTIMELIB) provided to the compiler? It's building the phobos lib right, not linking anything? druntime and zlib are statically linked into Phobos

Re: No VisualStudio project for phobos?

2014-05-08 Thread Manu via Digitalmars-d
On 9 May 2014 01:38, Dicebot via Digitalmars-d digitalmars-d@puremagic.com wrote: On Thursday, 8 May 2014 at 15:23:35 UTC, Manu via Digitalmars-d wrote: Trying to understand this bit... why is $(ZLIB) $(DRUNTIMELIB) provided to the compiler? It's building the phobos lib right, not linking

Re: No VisualStudio project for phobos?

2014-05-08 Thread Dicebot via Digitalmars-d
On Thursday, 8 May 2014 at 15:52:37 UTC, Manu via Digitalmars-d wrote: On 9 May 2014 01:38, Dicebot via Digitalmars-d digitalmars-d@puremagic.com wrote: On Thursday, 8 May 2014 at 15:23:35 UTC, Manu via Digitalmars-d wrote: Trying to understand this bit... why is $(ZLIB) $(DRUNTIMELIB)

Re: No VisualStudio project for phobos?

2014-05-08 Thread Jussi Jumppanen via Digitalmars-d
On Thursday, 8 May 2014 at 13:58:51 UTC, Orvid King via Digitalmars-d wrote: I'm fairly certain that it can't build VisualC++ project files from a version of VS older than 2010, due to the fact that 2010 is the first version where VisualC++ projects were proper MSBuild project files.