[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: dsp files

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-11-26 03:38:05 CET

On Thu, Nov 21, 2002 at 09:21:19AM -0800, Brandon Ehle wrote:
> John Barstow wrote:
> >>Any objections to generating windows makefiles instead of
> >>project files?
> >
> >I object, I'm doing daily builds with the source under Win32 and my entire
> >production line comes crashing down around my ears if you switch to
> >makefiles.
> >BUT it might be easier to generate VC7-style project files and have an XML
> >transform produce the DSP file.
>
> I'm going to try a solution that can generate projects for VC6, VCNET,
> and CPP Builder. But I will definitely make sure that I get makefiles
> working for VCNET so that you have the option of using a build system
> that doesn't suck.

Well, there isn't any real reason that we couldn't have the gen-make stuff
generate a bunch of flavors of Windows build systems.

Personally, I hate the fact that they are scattered throughout the source
tree. We don't do that with our other build bits. It should be possible to
put everything into a tree kinda like:

  build/win32/dsp6/
  build/win32/dsp7/
  build/win32/borland/

or whatever. Have one big ol' .dsw in there, and a bunch of .dsp files.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 26 03:37:03 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.