Build DLLs for windows

2008-07-17 Thread Douglas Gemignani
Hello, I'm using cygwin for compiling projects and it just works fine, i have a project that i use openssl and generate an executable and it's everything working. What i need to do now is to understand how can I generate an DLL and a .LIB with the links for using them at Borland Builder 4 so I can

Re: Build DLLs for windows

2008-07-17 Thread Douglas Gemignani
or your help []s Douglas On Thu, Jul 17, 2008 at 2:04 PM, Ken Jackson <[EMAIL PROTECTED]> wrote: > Not sure about .LIB and DLL, but to compile an executable that > will run without cygwin1.dll, use this switch: -mno-cygwin > > -Ken Jackson > > Douglas Gemignani writes: >

Problem making a package

2008-07-28 Thread Douglas Gemignani
Hello, I made a distribuction package that will include some binaries, headers, libraries and linker files. I would like them to be at /usr/local/ so I won't have to configure the PATH for my binaries, but I can't make setup.exe to install my package. I packed everything under folders, then run ta

Re: Problem making a package

2008-07-29 Thread Douglas Gemignani
Using tar -cjf and editing the setup.ini file solved my problem. For some reason 7zip doesn't compact .tar.bz2 properly. []s Douglas On Mon, Jul 28, 2008 at 10:17 PM, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Mon, Jul 28, 2008 at 07:52:53PM -0300, Douglas Gemignani