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 Date: Wed, 6 Nov 2002 18:06:45 -0700 (MST) From: "J. Scott Edwards" To: "William A. Hoffman" cc: cygwin AT cygwin DOT com Subject: Re: Is there a tool to use .dsp files for make? In-Reply-To: <5.1.1.6.0.20021106132853.0b4b3fc0@pop.nycap.rr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Status: No, hits=-2.9 required=8.0 tests=EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, SPAM_PHRASE_00_01,UNSUB_PAGE,USER_AGENT_PINE version=2.43 X-Spam-Level: I used CMake a few years ago on a project (I had no idea it could create a .dsp file). But I don't think I would ever sell that idea. Most of the people here are firmly commited to working in Visual Studio and don't want to deal with anything else. They didn't seem to be too excited this morning when I was using the Makefile that dsw2mak created to do my builds ;) But thanks anyway, I will keep the CMake thing in mind for other tasks. -Scott On Wed, 6 Nov 2002, William A. Hoffman wrote: > Have a look at CMake www.cmake.org. > Basically, you create a simple input format that cmake then > turns into a makefile or a dsp file, or a .NET project file. > > -Bill > > > At 03:18 PM 11/5/2002 -0700, J. Scott Edwards wrote: > > >Hello, > > > >I appologize for the somewhat off topic post. I have been using Cygwin > >for my development on projects in the past. On the projects in the past > >we have had both .dsp files for programmers who use Visual Studio and > >Makefiles for programmers who didn't. Of course there was some occasional > >grief when one of them got out of sync. But on the new project the people > >in charge have decided that we will only have .dsp files and everybody has > >to use Visual Studio. > > > >Does anyone know of a tool which can either just do what make does from a > >.dsp file or convert a .dsp file to a makefile? I have looked through the > >.dsp files and it doesn't look horribly difficult, but then everything > >looks easy until you actually try to do it ;) > > > >Thanks > > -Scott > > > > > > > > > >-- > >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > >Bug reporting: http://cygwin.com/bugs.html > >Documentation: http://cygwin.com/docs.html > >FAQ: http://cygwin.com/faq/ > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/