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 &&


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to