Update of /cvsroot/wpdev/wolfpack
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1226
Modified Files:
configure.py
Log Message:
small improvement
Index: configure.py
===================================================================
RCS file: /cvsroot/wpdev/wolfpack/configure.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** configure.py 27 Jul 2004 19:44:48 -0000 1.8
--- configure.py 28 Jul 2004 04:46:06 -0000 1.9
***************
*** 169,175 ****
sys.stdout.write("Generating Visual Studio project files...\n")
os.spawnv(os.P_WAIT, qt_qmake, [qt_qmake, "wolfpack.pro", "-t vcapp"])
! sys.stdout.write("Done")
! sys.stdout.write("Configure finished. Please run make now.")
if __name__ == "__main__":
! main()
\ No newline at end of file
--- 169,175 ----
sys.stdout.write("Generating Visual Studio project files...\n")
os.spawnv(os.P_WAIT, qt_qmake, [qt_qmake, "wolfpack.pro", "-t vcapp"])
! sys.stdout.write("Done\n")
! sys.stdout.write("Configure finished. Please run make now.\n")
if __name__ == "__main__":
! main()
|