Re: Linking external *.lib files

2017-06-21 Thread Mike Parker via Digitalmars-d-learn
On Saturday, 17 June 2017 at 00:37:18 UTC, Jolly James wrote: Unfortunately, the public DUB package requires to be linked with the libs from pkgBASE/lib. What do I have to add to pkgBASE's dub.json? Side-note: the lib/ should not be moved for portability reasons if this is possible My

Re: Linking external *.lib files

2017-06-21 Thread bachmeier via Digitalmars-d-learn
On Wednesday, 21 June 2017 at 13:07:31 UTC, Jolly James wrote: *push* Have you asked on the Dub forum? http://forum.rejectedsoftware.com/groups/rejectedsoftware.dub/

Re: Linking external *.lib files

2017-06-21 Thread Jolly James via Digitalmars-d-learn
*push*

Re: Linking external *.lib files

2017-06-16 Thread Jolly James via Digitalmars-d-learn
On Saturday, 17 June 2017 at 00:33:01 UTC, Jolly James wrote: On Saturday, 17 June 2017 at 00:09:41 UTC, Jolly James wrote: Let's assume, I have the following 2 dub packages: pkgBASE: (depends on public DUB package) source/ lib/ pkgAPP: (depends on pkgBASE) source/ I

Re: Linking external *.lib files

2017-06-16 Thread Jolly James via Digitalmars-d-learn
On Saturday, 17 June 2017 at 00:09:41 UTC, Jolly James wrote: Let's assume, I have the following 2 dub packages: pkgBASE: (depends on public DUB package) source/ lib/ pkgAPP: (depends on pkgBASE) source/ I have added pkgBASE via add-path. This wasn't a problem at all.

Re: Linking external *.lib files

2017-06-16 Thread Jolly James via Digitalmars-d-learn
Let's assume, I have the following 2 dub packages: pkgBASE: (depends on public DUB package) source/ lib/ pkgAPP: (depends on pkgBASE) source/ I have added pkgBASE via add-path. This wasn't a problem at all. Unfortunately, the public DUB package requires to be linked with

Linking external *.lib files

2017-06-16 Thread Jolly James via Digitalmars-d-learn
Let's assume, I have the following 2 dub packages: pkgBASE: source/ lib/ pkgAPP: