This seems like a bug in Bakefile.
- Chris
P.S. Bakefile support looks cool... unfortunately I don't have a lot of
time to play with it right now.
On Sat, Feb 25, 2006 at 06:08:32AM -0000, mysqlpp@stripped wrote:
> Author: wyoung
> Date: Sat Feb 25 07:08:30 2006
> New Revision: 1169
>
> URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1169&view=rev
> Log:
> Added unix2dos call to convert *.dsw and *.dsp files created on a Unix
> box to DOS text format, so VC++ doesn't yell about corrupt files.
>
> Modified:
> branches/v2.1-bakefile/bootstrap
>
> Modified: branches/v2.1-bakefile/bootstrap
> URL:
> http://svn.gna.org/viewcvs/mysqlpp/branches/v2.1-bakefile/bootstrap?rev=1169&r1=1168&r2=1169&view=diff
> ==============================================================================
> --- branches/v2.1-bakefile/bootstrap (original)
> +++ branches/v2.1-bakefile/bootstrap Sat Feb 25 07:08:30 2006
> @@ -11,6 +11,7 @@
>
> bakefilize &&
> bakefile_gen &&
> + unix2dos {.,examples,lib}/*.ds? &&
> mv autoconf_inc.m4 config &&
> rm {lib,examples}/autoconf_inc.m4 &&
> aclocal -I config -I /usr/local/share/aclocal &&