This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: cygwin 1.1.7



> One complaint:  Making dlls should be simplified like in LCC-Win32 ...
> i.e
> 
> lcc -dll -entry MyDllMain myobj1.obj myobj2.obj -o mydll.dll

You mean, like this?

	gcc -shared -e MyDllMain myobj1.o myobj2.o -o mydll.dll

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]