Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: localhost.localdomain: ronald set sender to blytkerchan AT users DOT sourceforge DOT net using -f Date: Fri, 12 Sep 2003 15:18:26 +0200 From: Ronald Landheer-Cieslak To: cygwin AT cygwin DOT com Subject: Re: Compilling cygwin programs using Visual Studio .NET Message-ID: <20030912131826.GL3362@linux_rln.harvest> References: <000001c3792f$6cfd9dd0$0a00a8c0 AT thegod> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <000001c3792f$6cfd9dd0$0a00a8c0@thegod> User-Agent: Mutt/1.4i X-Disclaimer: I had nothing to do with it - I swear! X-loop: linux_rln.harvest There's a gawk script that can convert dsw files to Makefiles. It's a MinGW utility you can get here: http://jrfonseca.dyndns.org/projects/gnu-win32/software/msds/ It targets the MinGW environment, which comes very, very close to Cygwin. You may need to edit the Makefile a wee bit, though, to get rid of MinGW- specific stuff (libraries you don't need, etc.). Also, if you're making a DLL, I've found it a good idea to systematically use gcc/g++ and never use dllwrap, which involves a wee bit of Makefile editing as well. HTH rlc On Fri, Sep 12, 2003 at 03:11:42PM +0200, Eran Rundstein wrote: > Greetings everyone. > > I have a project in Visual Studio .NET, which I want to compile using the > CYGWIN compiler tools, instead of the Microsoft C compiler. I couldn't > figure how to do so. > > I'd appreciate any ideas. > > Thanks in advance, > Eran. > > > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ -- Yow! Are we wet yet? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/