Re: Linking a shared library in dub

2016-03-30 Thread maik klein via Digitalmars-d-learn
On Thursday, 31 March 2016 at 00:06:19 UTC, maik klein wrote: On Wednesday, 30 March 2016 at 17:38:15 UTC, maik klein wrote: On Wednesday, 30 March 2016 at 12:46:08 UTC, Vadim Lopatin wrote: On Wednesday, 30 March 2016 at 12:19:34 UTC, maik klein wrote: I want to finally convert my project to w

Re: Linking a shared library in dub

2016-03-30 Thread maik klein via Digitalmars-d-learn
On Wednesday, 30 March 2016 at 17:38:15 UTC, maik klein wrote: On Wednesday, 30 March 2016 at 12:46:08 UTC, Vadim Lopatin wrote: On Wednesday, 30 March 2016 at 12:19:34 UTC, maik klein wrote: I want to finally convert my project to windows. That means that I want to build it on windows and linu

Re: Linking a shared library in dub

2016-03-30 Thread maik klein via Digitalmars-d-learn
On Wednesday, 30 March 2016 at 12:46:08 UTC, Vadim Lopatin wrote: On Wednesday, 30 March 2016 at 12:19:34 UTC, maik klein wrote: I want to finally convert my project to windows. That means that I want to build it on windows and linux. The problem is that I have one external c library 'glfw'. I

Re: Linking a shared library in dub

2016-03-30 Thread Vadim Lopatin via Digitalmars-d-learn
On Wednesday, 30 March 2016 at 12:19:34 UTC, maik klein wrote: I want to finally convert my project to windows. That means that I want to build it on windows and linux. The problem is that I have one external c library 'glfw'. I thought that I would just link with it explicitly but actually I

Linking a shared library in dub

2016-03-30 Thread maik klein via Digitalmars-d-learn
I want to finally convert my project to windows. That means that I want to build it on windows and linux. The problem is that I have one external c library 'glfw'. I thought that I would just link with it explicitly but actually I am not completely sure how. So I just added a submodule, clo