Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32560
Modified Files:
configure.py
Log Message:
you couldn't expect it to work on the first time, right?
Index: configure.py
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/configure.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** configure.py 19 Jul 2004 21:58:28 -0000 1.1
--- configure.py 19 Jul 2004 22:02:54 -0000 1.2
***************
*** 122,131 ****
config = file("config.pri", "w")
- config.write("#################################################################\n \
- # ) (\_ # Wolfpack 13.0.0 Build Script #\n \
- # (( _/{ \"-; # Created by: Wolfpack Development Team #\n \
- # )).-" {{ ;\"` # Revised by: Wolfpack Development Team #\n \
- # ( ( ;._ \\ ctr # Last Modification: check cvs logs #\n \
- #################################################################\n")
config.write("# WARNING: This file was automatically generated by configure.py\n ")
config.write("# any changes to this file will be lost!\n")
--- 122,125 ----
|