<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=utf-8">
<META content="MSHTML 6.00.6000.16544" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=693253821-30112007><FONT face=Arial color=#0000ff size=2>What's 
wrong with a plain old .bat file, or even an NMAKE .mak file?&nbsp; Ship two 
files,&nbsp;debug.bat and&nbsp;release.bat, and call it good.&nbsp; 
</FONT></SPAN></DIV>
<DIV><SPAN class=693253821-30112007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=693253821-30112007><FONT face=Arial color=#0000ff size=2>It is 
best to leave project-file&nbsp;creation up to individual users, in my 
opinion.&nbsp; MS changes their IDEs and project-file formats more often than 
most people change their underwear.&nbsp; The odds that any given open-source 
project will actually compile without any tweaking are basically zero anyway, so 
you might as well make the build steps as clear and obvious as 
possible.</FONT></SPAN></DIV>
<DIV><SPAN class=693253821-30112007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=693253821-30112007><FONT face=Arial color=#0000ff size=2>Only 
half-joking...</FONT></SPAN></DIV>
<DIV><SPAN class=693253821-30112007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<DIV><SPAN class=693253821-30112007><FONT face=Arial color=#0000ff size=2>-- 
john</FONT></SPAN></DIV>
<DIV><SPAN class=693253821-30112007><FONT face=Arial color=#0000ff 
size=2></FONT></SPAN>&nbsp;</DIV>
<BLOCKQUOTE 
style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid">
  <DIV class=OutlookMessageHeader dir=ltr align=left><FONT face=Tahoma 
  size=2>-----Original Message-----<BR><B>From:</B> speex-dev-bounces@xiph.org 
  [mailto:speex-dev-bounces@xiph.org]<B>On Behalf Of </B>Keith 
  Kyzivat<BR><B>Sent:</B> Thursday, November 29, 2007 3:26 PM<BR><B>To:</B> 
  Jean-Marc Valin<BR><B>Cc:</B> speex-dev@xiph.org<BR><B>Subject:</B> Re: 
  [Speex-dev] [PATCH] Add Visual Studio 2008 Prject files<BR><BR></FONT></DIV>On 
  11/29/07, <B class=gmail_sendername>Jean-Marc Valin</B> &lt;<A 
  href="mailto:jean-marc.valin@usherbrooke.ca">jean-marc.valin@usherbrooke.ca</A>&gt; 
  wrote:<BR>
  <DIV>
  <BLOCKQUOTE class=gmail_quote 
  style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">qmake 
    is just insanely limited in terms of the structure of your code<BR>(can't 
    have an executable if you have a library, ...). On top of that,<BR>I've had 
    way too many cases where it just "forgot" to recompile files <BR>when a 
    header file changed (causing strange segfaults) that I'm never<BR>trusting 
    it anymore.</BLOCKQUOTE>
  <DIV><BR>Ahh good to know!<BR>I'll steer clear of it from now on then.<BR>I 
  wasn't ever that fond of it to begin with, but from the experiences I have had 
  with it, it's more pleasant to use than dealing with MS project files 
  (granted, I was staying away from Windows for that project anyway). 
  <BR></DIV></DIV></BLOCKQUOTE></BODY></HTML>