[wpdev-commits] wolfpack configure.py,1.39,1.40
Brought to you by:
rip,
thiagocorrea
From: Correa <thi...@us...> - 2004-10-22 12:30:02
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28935 Modified Files: configure.py Log Message: typo :( Index: configure.py =================================================================== RCS file: /cvsroot/wpdev/wolfpack/configure.py,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** configure.py 19 Oct 2004 18:59:03 -0000 1.39 --- configure.py 22 Oct 2004 12:29:46 -0000 1.40 *************** *** 23,29 **** try: ! osHasPathDotSep = sys.path.sep except: ! sys.path.sep = '/' # These are the variables we are trying to figure out --- 23,29 ---- try: ! osHasPathDotSep = os.path.sep except: ! os.path.sep = '/' # These are the variables we are trying to figure out *************** *** 307,311 **** if options.disable_translation: ! DEFINES += "QT_NO_TRANSLATION " # Create config.pri --- 307,311 ---- if options.disable_translation: ! DEFINES += "QT_NO_TRANSLATION " # Create config.pri |