Re: winemaker problems for creating winelib DLL projects - Solved + bug in winemaker

2004-06-20 Thread Dimitrie O. Paun
On Sun, Jun 20, 2004 at 01:36:15PM +0300, Shachar Shemesh wrote: > Shachar Shemesh wrote: > > I managed to solve the above problem by adding a "-shared name.spec" to > the Makefile line that invokes the last winegcc. However, I think > winemaker should have added that line itself. Is this a bug?

Re: winemaker problems for creating winelib DLL projects - Solved + bug in winemaker

2004-06-20 Thread Shachar Shemesh
Shachar Shemesh wrote: Hi all, I'm trying to create a winelib DLL project from scratch. You can reproduce using the following steps: create a file called "name.c", put the following content in it: int func( int a ) { return a+1; } Create a file called "name.spec". Put the following content in

winemaker problems for creating winelib DLL projects

2004-06-19 Thread Shachar Shemesh
Hi all, I'm trying to create a winelib DLL project from scratch. You can reproduce using the following steps: create a file called "name.c", put the following content in it: int func( int a ) { return a+1; } Create a file called "name.spec". Put the following content in it: @ cdecl func( long