[wpdev-commits] wolfpack configure.py,1.4,1.5
Brought to you by:
rip,
thiagocorrea
From: Correa <thi...@us...> - 2004-07-19 22:54:43
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10442 Modified Files: configure.py Log Message: no message Index: configure.py =================================================================== RCS file: /cvsroot/wpdev/wolfpack/configure.py,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** configure.py 19 Jul 2004 22:23:00 -0000 1.4 --- configure.py 19 Jul 2004 22:54:33 -0000 1.5 *************** *** 135,139 **** config.write("LIBS += %s\n" % LIBS) ! --- 135,140 ---- config.write("LIBS += %s\n" % LIBS) ! config.write("Generating makefile...") ! os.execv(qt_qmake, [qt_qmake, "wolfpack.pro"]) |