Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: "Andrew Bell" To: Subject: RE: from Win32 to linux : any Visual C++ to gnu make converter? Date: Fri, 26 Feb 1999 10:53:52 -0500 Message-ID: <002901be61a0$362ad170$1100a8c0@belltower.diehlgraphsoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook 8.5, Build 4.71.2173.0 In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 Importance: Normal > I want to port some windows application to linux. I am looking for > an automated way to transform my ".dsw" files (which are the Visual C++ > equivalent of the gnu makefiles) into real GNU makefiles. Have you tried Project->Export Makefile from within Visual? I have no idea how compatible the makefiles it creates are with GNU make, and I would be interested in knowing. > Is there any cygwin equivalent tool dedicated to the port of win32 > applications to linux? (not "wine"). Note that the Wine group is also working on WineLib, a library that you link with your Windows API code that allows it to run as a pure Linux/X application. I couldn't figure out from the Wine website (http://www.winehq.com) whether WineLib will work on Linux platforms other than x86. However, it may serve as a useful tool to start transferring programs over; first compile under WineLib and then start removing Windows-specific stuff (especially stuff that doesn't work under WineLib...) Andrew Bell -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com