Re: [Cegcc-devel] DLL building process

2007-12-02 Thread Danny Backx
On Sat, 2007-12-01 at 19:39 +, Pedro Alves wrote: > Danny Backx wrote: > > Question #2. I've created a Makefile for my "poor man's MFC". In it, > > I've put some logic that I extracted from the script mentioned above. > > I've attached the Makefile. It appears to work for me. Is it correct ? >

Re: [Cegcc-devel] DLL building process

2007-12-01 Thread Pedro Alves
Danny Backx wrote: > Two questions. > > One is the src/build-mingw32ce-dlls.sh script which creates a couple of > DLLs in the mingw32ce target. > > We don't have this in our binary distributions yet. > > Question #1, should I add this to the release script before creating the > next release ? >

[Cegcc-devel] DLL building process

2007-12-01 Thread Danny Backx
Two questions. One is the src/build-mingw32ce-dlls.sh script which creates a couple of DLLs in the mingw32ce target. We don't have this in our binary distributions yet. Question #1, should I add this to the release script before creating the next release ? Question #2. I've created a Makefile f