Re: [flac-dev] os/2 support using Watcom

2017-01-23 Thread Ozkan Sezer
On 1/24/17, Dave Yeo wrote: > On 01/23/17 01:01 AM, Erik de Castro Lopo wrote: >> Dave Yeo wrote: >> >>> >GCC supports __declspec(dllexport) though it still needs a def file, >>> >with no exports. Libtool doesn't currently and as flac uses libtool... >> So you're happy with

Re: [flac-dev] os/2 support using Watcom

2017-01-23 Thread Dave Yeo
On 01/23/17 01:01 AM, Erik de Castro Lopo wrote: > Dave Yeo wrote: > >> >GCC supports __declspec(dllexport) though it still needs a def file, >> >with no exports. Libtool doesn't currently and as flac uses libtool... > So you're happy with this patch? > >

Re: [flac-dev] os/2 support using Watcom

2017-01-23 Thread Erik de Castro Lopo
Dave Yeo wrote: > GCC supports __declspec(dllexport) though it still needs a def file, > with no exports. Libtool doesn't currently and as flac uses libtool... So you're happy with this patch? http://lists.xiph.org/pipermail/flac-dev/2017-January/006170.html Erik --

Re: [flac-dev] os/2 support using Watcom

2017-01-23 Thread Ozkan Sezer
On 1/23/17, Erik de Castro Lopo wrote: > Ozkan Sezer wrote: > >> Anyways, with the changed exports.h patch, every need should >> be met now.. > > > Sorry, which patch is that? > > Erik http://lists.xiph.org/pipermail/flac-dev/2017-January/006170.html

Re: [flac-dev] os/2 support using Watcom

2017-01-23 Thread Erik de Castro Lopo
Ozkan Sezer wrote: > Anyways, with the changed exports.h patch, every need should > be met now.. Sorry, which patch is that? Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread Ozkan Sezer
On 1/23/17, Dave Yeo wrote: > On 01/22/17 02:00 PM, Ozkan Sezer wrote: >> Question: Does emx support __declspec(dllexport) so I can adjust >> these changes? Because the emx build of the dll seems to have >> exported_everything_ :( > > GCC supports __declspec(dllexport)

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread Dave Yeo
On 01/22/17 10:55 AM, lvqcl wrote: Ozkan Sezer wrote: The attached set of patches adds support for OS/2 using Watcom compiler (tested with Open Watcom 1.9). My only interest was building a working dll (the last patch in the set adds a makefile for it), therefore I did not

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread Ozkan Sezer
On 1/22/17, lvqcl wrote: > Ozkan Sezer wrote: > >> The attached set of patches adds support for OS/2 using Watcom compiler >> (tested with Open Watcom 1.9). My only interest was building a working >> dll (the last patch in the set adds a makefile for

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread lvqcl
Ozkan Sezer wrote: The attached set of patches adds support for OS/2 using Watcom compiler (tested with Open Watcom 1.9). My only interest was building a working dll (the last patch in the set adds a makefile for it), therefore I did not touch other places: If there is

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread Ozkan Sezer
On 1/22/17, Dave Yeo wrote: > On 01/22/17 05:35 AM, Ozkan Sezer wrote: >> The attached set of patches adds support for OS/2 using Watcom compiler >> (tested with Open Watcom 1.9). My only interest was building a working >> dll (the last patch in the set adds a makefile for

Re: [flac-dev] os/2 support using Watcom

2017-01-22 Thread Dave Yeo
On 01/22/17 05:35 AM, Ozkan Sezer wrote: The attached set of patches adds support for OS/2 using Watcom compiler (tested with Open Watcom 1.9). My only interest was building a working dll (the last patch in the set adds a makefile for it), therefore I did not touch other places: If there is

[flac-dev] os/2 support using Watcom

2017-01-22 Thread Ozkan Sezer
The attached set of patches adds support for OS/2 using Watcom compiler (tested with Open Watcom 1.9). My only interest was building a working dll (the last patch in the set adds a makefile for it), therefore I did not touch other places: If there is interest, I can do so. Regards. -- O.S.