[Commits] (markie) Correct path of WXDIR for win32
commits at osafoundation.org
commits at osafoundation.org
Wed Apr 21 01:28:46 PDT 2004
Commit by: markie
Modified files:
internal/wxPython-2.5/__hardhat__.py 1.16 1.17
Log message:
Correct path of WXDIR for win32
ViewCVS links:
http://cvs.osafoundation.org/index.cgi/internal/wxPython-2.5/__hardhat__.py.diff?r1=text&tr1=1.16&r2=text&tr2=1.17
Index: internal/wxPython-2.5/__hardhat__.py
diff -u internal/wxPython-2.5/__hardhat__.py:1.16 internal/wxPython-2.5/__hardhat__.py:1.17
--- internal/wxPython-2.5/__hardhat__.py:1.16 Tue Apr 20 16:42:27 2004
+++ internal/wxPython-2.5/__hardhat__.py Wed Apr 21 01:28:15 2004
@@ -160,7 +160,7 @@
"Building %s %s" % (info['name'], version),
0, "output.txt")
- os.putenv('WXWIN', buildenv['root_dos'] + "\\..\\..\\internal\\wx\\wxPython-2.5")
+ os.putenv('WXWIN', buildenv['root_dos'] + "\\..\\..\\internal\\wxPython-2.5")
if version == 'release':
destination = os.path.join (buildenv['pythonlibdir'], 'site-packages', 'wx')
More information about the Commits
mailing list