Update of /cvsroot/wxlua/wxLua/build/bakefiles
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12101/build/bakefiles
Modified Files:
Bakefiles.bkgen
Log Message:
force Bakefile in to generate makefiles with 'native' EOLs
Index: Bakefiles.bkgen
===================================================================
RCS file: /cvsroot/wxlua/wxLua/build/bakefiles/Bakefiles.bkgen,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Bakefiles.bkgen 14 Jan 2008 22:59:23 -0000 1.14
--- Bakefiles.bkgen 20 Jan 2008 22:40:07 -0000 1.15
***************
*** 25,28 ****
--- 25,33 ----
<add-flags>-I.</add-flags>
+ <!-- CVS wants all files in "native" format; i.e. in a format right for
+ the current OS.
+ -->
+ <add-flags>--eol=native</add-flags>
+
<!-- ================================================================== -->
|